diff --git a/packages/E2ETest/wdio/test/VisitAllPagesPart2.spec.ts b/packages/E2ETest/wdio/test/VisitAllPagesPart2.spec.ts index e2dbe107e28..982d08e6b6e 100644 --- a/packages/E2ETest/wdio/test/VisitAllPagesPart2.spec.ts +++ b/packages/E2ETest/wdio/test/VisitAllPagesPart2.spec.ts @@ -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);