Skip to content

Commit

Permalink
add a visability check to e2e objective test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 committed Jan 14, 2025
1 parent 548a7aa commit 0fa9f3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export default class CyOverviewPage extends Page {
.as('keyResults');
this.getObjectiveByName(objectiveName)
.findByTestId('three-dot-menu')
.should('be.visible')
.click();
this.selectFromThreeDotMenu('Objective duplizieren');
cy.wait('@keyResults');
Expand Down

0 comments on commit 0fa9f3d

Please sign in to comment.