tests/vaultwarden: adjust to changes in frontend

This commit is contained in:
Sandro Jäckel 2024-04-09 00:05:35 +02:00
parent 0b967359d3
commit b6e0c42bc2
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -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}'