Skip to content

Commit

Permalink
add more brower pause
Browse files Browse the repository at this point in the history
  • Loading branch information
Beking0912 committed Aug 24, 2023
1 parent 1378af9 commit 90b278c
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
brower.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
brower.pause(3000);
const tourModal = $(GROUP_COMPARISON_TOUR_MODAL);
tourModal.waitForExist();

Expand Down

0 comments on commit 90b278c

Please sign in to comment.