Skip to content

Commit

Permalink
finally! success. Try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelmon committed Aug 13, 2020
1 parent 6f082df commit 8693366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/E2ETest/wdio/test/VisitAllPages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ let pages = [

class TestPage extends BasePage {
goToTestPage(page: string) {

// Filter the list down to the one test, to improve stability of selectors
this.waitForHomePageLoaded();
let editBox = By('explorer_search');
editBox.setValue(page);
Expand Down

0 comments on commit 8693366

Please sign in to comment.