Skip to content

Commit

Permalink
Remove login and fix routing
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Aug 19, 2024
1 parent 3700bb2 commit ee33895
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/cypress/e2e/editor/bulkedit.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ describe("Test the borehole bulk edit feature.", () => {
cy.contains("button", "Bulk editing").click({ force: true });
cy.get(".modal .toggle").should("have.length", 18);

loginAsAdmin("admin");
const adminUser2Workgroups = Object.assign({}, adminUser);
adminUser2Workgroups.data.workgroups.push({
id: 6,
Expand All @@ -51,7 +50,7 @@ describe("Test the borehole bulk edit feature.", () => {
statusCode: 200,
body: JSON.stringify(adminUser2Workgroups),
}).as("adminUser2Workgroups");
cy.visit("/");
goToRouteAndAccptTerms(`/`);
showTableAndWaitForData();
checkAllVisibleRows();
cy.contains("button", "Bulk editing").click({ force: true });
Expand Down

0 comments on commit ee33895

Please sign in to comment.