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:
parent
5d5beb5fdc
commit
c432ff5245
4 changed files with 57 additions and 52 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue