Skip to content

Commit

Permalink
Update Handlers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszSzpyt committed Jan 20, 2025
1 parent e518b4e commit 169a1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/frontend/rollup-utils/Handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export async function setupPage(driver: WebDriver) {
expect(appLoaded).toBeTruthy();
await mainPage.skipWelcomeMessage();
// await mainPage.skipMailerIframe();
// await mainPage.skipLaunchMessage();
await mainPage.skipLaunchMessage();
}

export async function setupPageWithState(driver: WebDriver, acc_name: string) {
Expand Down

0 comments on commit 169a1ee

Please sign in to comment.