Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Oct 9, 2024
1 parent bc3cc1a commit 4ed4670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cypress/e2e/settings/mapSettings.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("map settings", () => {
cy.wait("@setting");
cy.wait("@setting"); //¯\_(ツ)_/¯

cy.get('[data-cy="maps-for-user-box"]').should("not.contain", wmtsName);
cy.get('[data-cy="maps-for-user-box"]').should("not.contain", wmsName);

cy.get('[data-cy="delete-user-map-button"]').eq(0).click();
cy.get('[data-cy="maps-for-user-box"]').should("not.exist");
Expand Down

0 comments on commit 4ed4670

Please sign in to comment.