formatting

This commit is contained in:
Daniel 2023-12-08 15:35:45 +01:00
parent 730445bbbf
commit 4b619b564c

View file

@ -26,8 +26,8 @@ def setup_admin_state(context: BrowserContext, env_config: dict[str, str], DIR:
expect(page.get_by_text(welcome_message)).to_be_visible()
# login
page.locator('input[name="uidField"]').fill(ADMIN_USER)
page.locator('ak-stage-identification input[name="password"]').fill(ADMIN_PASS)
page.locator("input[name='uidField']").fill(ADMIN_USER)
page.locator("ak-stage-identification input[name='password']").fill(ADMIN_PASS)
page.get_by_role("button", name="Log In").click()
expect(page.locator("ak-library")).to_be_visible()