Skip to content

Commit

Permalink
Add workaround for closing profile attribute list
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Jan 8, 2024
1 parent feb9ea9 commit f4e7886
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/cypress/e2e/editor/lithologicalDescription.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ describe("Tests for the lithological description column.", () => {
cy.wait("@layer");
cy.get('[data-cy="styled-layer-2"] [data-testid="ClearIcon"]').click();

// workaround because close button of profile attributes is sometimes not clickable
cy.get('[data-cy="borehole-menu-item"]').click();
cy.get('[data-cy="lithology-menu-item"]').click();

// add lithological description
cy.wait("@layer");
cy.get('[data-cy="add-litho-desc-icon"]').click();
Expand Down

0 comments on commit f4e7886

Please sign in to comment.