← Back to All Reports
TESTS FAILED (75%)
Job Name
auth_prod
Pipeline ID
Job ID
#4336384
Branch
master
Commit
N/A
Executed At
2026-07-30T23:05:59.412273
3
Passed
1
Failed
0
Skipped

Test Results (4 tests)

test_au02_empty_login_fields_error[chromium]
passed
⏱️ Duration: 0.60s
test_au03_wrong_id_and_password_in_login[chromium]
failed
⏱️ Duration: 10.35s
❌ Error:
self = <tests.test_login.TestAuth object at 0x7ffa7ab0ddb0> login_page = <pages.login_page.LoginPage object at 0x7ffa7adb1690> base_url = 'https://promo.com' @pytest.mark.skip_smoke def test_au03_wrong_id_and_password_in_login(self, login_page, base_url): """ Au03 Wrong ID and password in login Feature scenario: When I go to Promo site And I click on login button And I enter my email new And I enter a wrong password new And I press the login button new Then I should get error "Your email or password is incorrect" Note: navigates directly to /login (equivalent to homepage→click-login). The scenario tests form validation, not navigation. """ login_page.go_to_login_page(base_url) login_page.skip_cookies() login_page.enter_email(general_mail()) login_page.enter_password(f"wrong_{uuid.uuid4().hex[:7]}") login_page.click_login_submit() > login_page.assert_wrong_creds_error(wrong_creds_message) tests/test_login.py:122: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/login_page.py:164: in assert_wrong_creds_error self.page.locator(self.WRONG_CREDS_ERROR).wait_for(state="visible", timeout=self.T_ACTION) /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:20298: in wait_for self._sync( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_locator.py:741: in wait_for await self._frame.wait_for_selector( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:394: in wait_for_selector await self._channel.send( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:69: in send return await self._connection.wrap_api_call( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <playwright._impl._connection.Connection object at 0x7ffa7ab0cc70> cb = <function Channel
📸 Failure Screenshot:
Test failure screenshot
test_au04_try_to_sign_in_with_deleted_account[chromium]
passed
⏱️ Duration: 21.90s
test_au06_verify_the_sign_out_process[chromium]
passed
⏱️ Duration: 11.73s