tests/vaultwarden: adjust to changes in frontend
This commit is contained in:
parent
0b967359d3
commit
b6e0c42bc2
@ -106,7 +106,7 @@ let
|
||||
|
||||
wait = WebDriverWait(driver, 10)
|
||||
|
||||
wait.until(EC.title_contains("Create account"))
|
||||
wait.until(EC.title_contains("Vaultwarden Web"))
|
||||
|
||||
driver.find_element(By.CSS_SELECTOR, 'input#register-form_input_email').send_keys(
|
||||
'${userEmail}'
|
||||
|
Loading…
Reference in New Issue
Block a user