зеркало из https://github.com/mozilla/kitsune.git
- Remove trace data from allure reporting.
- Updating FxA password locator to avoid test flakiness.
This commit is contained in:
Родитель
6e8736979c
Коммит
7baf6b69e8
|
@ -24,8 +24,8 @@ class AuthPage(BasePage):
|
|||
__enter_your_email_submit_button = "//button[@id='submit-btn']"
|
||||
|
||||
# Password submission
|
||||
__enter_your_password_input_field = "//input[@id='password']"
|
||||
__enter_your_password_submit_button = "//button[@id='submit-btn']"
|
||||
__enter_your_password_input_field = "//input[@type='password']"
|
||||
__enter_your_password_submit_button = "//button[text()='Sign in']"
|
||||
|
||||
# OTP Code
|
||||
__enter_otp_code_input_field = "//input[@id='otp-code']"
|
||||
|
|
|
@ -32,4 +32,4 @@ markers =
|
|||
removingAllArticleRestrictions: Removing all restrictions action.
|
||||
kbRemovedRestrictions: Tests belonging to the kb article restriction with all restrictions removed.
|
||||
deleteAllRestrictedTestArticles: Deleting all restricted test articles.
|
||||
addopts = --alluredir=./reports/allure_reports
|
||||
addopts = --alluredir=./reports/allure_reports --tb=no
|
||||
|
|
Загрузка…
Ссылка в новой задаче