formatting
This commit is contained in:
parent
730445bbbf
commit
4b619b564c
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue