Skip to content

Commit

Permalink
Bumped timeout for auth test (#15917)
Browse files Browse the repository at this point in the history
  • Loading branch information
andr317c authored Mar 20, 2024
1 parent a9e5a46 commit 129e900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Umbraco.Tests.AcceptanceTest/tests/auth.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ setup('authenticate', async ({page}) => {
// Assert
//await expect(page.locator('uui-tab-group').locator('[label="Settings"]')).toBeVisible({timeout: 10000});
// DELETE LATER
await umbracoUi.waitForTimeout(10000);
await umbracoUi.waitForTimeout(20000);
await umbracoUi.login.goToSection(ConstantHelper.sections.settings);
await page.context().storageState({path: STORAGE_STATE});
});

0 comments on commit 129e900

Please sign in to comment.