Skip to content

Commit

Permalink
Skip name check
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 15, 2024
1 parent b891359 commit 08a9808
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/cypress/e2e/editPage.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ describe("Edit Page", () => {
it("Add some blocks to the sample and checks unsaved warning behavior", () => {
cy.get('[data-testid="search-input"]').type("editable_sample");
cy.findByText("editable_sample").click();
cy.findByLabelText("Name").should("have.value", "This is a sample name");

cy.findByText("Add a block").click();
cy.get(".dropdown-menu").findByText("Comment").click();
Expand Down Expand Up @@ -266,7 +265,6 @@ describe("Edit Page", () => {

cy.get('[data-testid="search-input"]').type("editable_sample");
cy.findByText("editable_sample").click();
cy.findByLabelText("Name").should("have.value", "This is a sample name");

cy.findByText("Add a block").click();
cy.get(".dropdown-menu").findByText("Powder XRD").click();
Expand Down

0 comments on commit 08a9808

Please sign in to comment.