Skip to content

Commit 7030869

Browse files
1447 as an operator verify prod onbording workflow is passing (#1450)
* wip Fix #1447 increase verify prod onboarding playwright test
1 parent bb3a442 commit 7030869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/browser-automated-tests-playwright/e2e/test_prod_new_customer_can_sign_up.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ async function test_prod_new_customer_can_sign_up(browsers, browserContextOption
4747

4848

4949
// Verify new site has come online ok
50-
await new Promise(x => setTimeout(x, 20000)); //Allow 20 secconds for new site to boot
50+
await new Promise(x => setTimeout(x, 20000)); //Allow 20 seconds for new site to boot
5151
await page.goto("https://" + 'prodtest' + epoch + ".subscriby.shop");
52-
const new_shop_category_title_content = await page.textContent('.title-1', { timeout: 60000 });
52+
const new_shop_category_title_content = await page.textContent('.title-1', { timeout: 120000 });
5353
assert(new_shop_category_title_content === 'prod-test-' + epoch)
5454
await browser.close();
5555
}

0 commit comments

Comments
 (0)