Skip to content

Commit

Permalink
test: remove waiting on /env/nav
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarmontuya committed Feb 8, 2024
1 parent c811090 commit 37f8a37
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cypress/e2e/schema/models.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ describe("Schema: Models", () => {
.should("have.value", "cypress_test_model");

cy.contains("Select Model Parent").next().click();
cy.waitOn("/v1/env/nav", () => {
cy.contains("Select Model Parent")
.next()
.type("A Parent Cypress Schema Do Not Delete");
});

cy.contains("Select Model Parent")
.next()
.type("A Parent Cypress Schema Do Not Delete");

cy.get(".MuiAutocomplete-popper")
.contains("A Parent Cypress Schema Do Not Delete")
Expand Down

0 comments on commit 37f8a37

Please sign in to comment.