Skip to content

Commit

Permalink
remove unnecessary wait
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Jan 14, 2025
1 parent 211e56c commit 8bfb604
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/cypress/e2e/duplicate-objective.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as users from '../fixtures/users.json';
import CyOverviewPage from '../support/helper/dom-helper/pages/overviewPage';
import KeyResultDetailPage from '../support/helper/dom-helper/pages/keyResultDetailPage';
import ObjectiveDialog from '../support/helper/dom-helper/dialogs/objectiveDialog';
import { wait } from 'cypress-real-events/utils';

let overviewPage = new CyOverviewPage();

Expand Down Expand Up @@ -43,8 +42,6 @@ describe('functionality of duplicating objectives and their belonging key-result
.excludeKeyResults([secondKeyResultName,
thirdKeyResultName])
.submit();
wait(1000);

overviewPage.getKeyResultOfObjective(duplicatedTitle, firstKeyResultName);

overviewPage
Expand Down

0 comments on commit 8bfb604

Please sign in to comment.