Skip to content

Commit

Permalink
add more browser pause
Browse files Browse the repository at this point in the history
  • Loading branch information
Beking0912 committed Aug 24, 2023
1 parent 1378af9 commit d6388c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions end-to-end-test/local/specs/web-tour.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ describe('Group Comparison Tour', () => {
assert.equal(cancerStudySearchBox.getValue(), 'glioma');

// Click on the `Next Step` button, the tour should go to the next step
browser.pause(3000);
nextStepBtn.click();
step++;
});
Expand All @@ -412,6 +413,7 @@ describe('Group Comparison Tour', () => {
assert.equal(step, 1);

// There should be a tour modal
browser.pause(3000);
const tourModal = $(GROUP_COMPARISON_TOUR_MODAL);
tourModal.waitForExist();

Expand Down

0 comments on commit d6388c3

Please sign in to comment.