1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-06 02:53:55 +00:00

Playwright upgrade and conf improvement

This commit is contained in:
Timshel 2025-04-17 15:54:34 +02:00
parent 5d5beb5fdc
commit c432ff5245
4 changed files with 57 additions and 52 deletions

View file

@ -11,7 +11,6 @@ test.beforeAll('Setup', async () => {
});
test('Keycloak is up', async ({ page }) => {
test.setTimeout(60000);
await utils.waitFor(process.env.SSO_AUTHORITY, page.context().browser());
// Dummy authority is created at the end of the setup
await utils.waitFor(process.env.DUMMY_AUTHORITY, page.context().browser());