Skip to content

Commit

Permalink
try #2 with longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelmon committed Aug 14, 2020
1 parent e773c1a commit 5894795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/E2ETest/wdio/test/VisitAllPagesPart2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let pages = [

class TestPage extends BasePage {
goToTestPage(page: string) {
// Filter the list down to the one test, to improve stability of selectors
// Filter the list down to the one test, to improve the stability of selectors
this.waitForHomePageLoaded();
let editBox = By('explorer_search');
editBox.setValue(page);
Expand Down

0 comments on commit 5894795

Please sign in to comment.