new-features #5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ def test_visit_from_domain(authentik_admin_context: BrowserContext, dotenv_confi
|
|||
page.goto(url)
|
||||
|
||||
# look for content wrapper
|
||||
expect(page.locator("#wpcontent")).to_be_visible()
|
||||
expect(page.locator("#wpcontent")).to_be_visible(timeout=3_000)
|
||||
|
||||
# look for admin bar
|
||||
expect(page.locator("#wpadminbar")).to_be_visible()
|
||||
expect(page.locator("#wpadminbar")).to_be_visible(timeout=3_000)
|
||||
|
||||
|
||||
def test_visit_from_authentik(authentik_admin_page: Page, DIR: DirManager):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue