- Remove trace data from allure reporting.

- Updating FxA password locator to avoid test flakiness.
This commit is contained in:
Emil Ghitta 2024-04-01 13:07:58 +03:00
Родитель 6e8736979c
Коммит 7baf6b69e8
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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