Skip to content

Commit 4820010

Browse files
committed
Resolve errors from branch update
1 parent 02d8745 commit 4820010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/dist/first-install.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('First install', function () {
1818
// Switch to new tab and verify it's the start onboarding page
1919
await driver.driver.switchTo().window(windowHandles[1]);
2020
const startOnboardingPage = new StartOnboardingPage(driver);
21-
await startOnboardingPage.check_loginPageIsLoaded();
21+
await startOnboardingPage.checkBannerPageIsLoaded();
2222

2323
await driver.executeScript('window.stateHooks.reloadExtension()');
2424

0 commit comments

Comments
 (0)