Skip to content

Commit

Permalink
stability pass after removing smoke test, try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelmon committed Aug 17, 2020
1 parent abfbdb3 commit 47cf2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/E2ETest/wdio/pages/HomePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

class HomePage 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.waitForElementLoaded(SEARCH_BOX);
let editBox = By(SEARCH_BOX);
editBox.setValue(page);
Expand Down

0 comments on commit 47cf2fe

Please sign in to comment.