← Back to All Reports
PARTIALLY PASSED (80%)
Job Name
auth_test05
Pipeline ID
Job ID
#4308640
Branch
master
Commit
N/A
Executed At
2026-07-13T19:01:51.792070
4
Passed
1
Failed
0
Skipped

Test Results (5 tests)

test_au01_successful_login_to_promo_existing_user[chromium]
failed
⏱️ Duration: 34.41s
❌ Error:
self = <tests.test_login.TestAuth object at 0x7fd949e2abc0> login_page = <pages.login_page.LoginPage object at 0x7fd949e28640> base_url = 'https://test05.testingpromo.com' @pytest.mark.skip_prod @pytest.mark.skip_smoke def test_au01_successful_login_to_promo_existing_user(self, login_page, base_url): """ Au01 Successful Login to Promo - existing user Feature scenario: When I go to Promo site new And I click on login button And I enter my email new And I enter my password new And I press the login button new Then I check logged username And I should navigated to "Create Page" """ > login_page.login_via_homepage( base_url=base_url, email=general_mail(), password=get_password(), ) tests/test_login.py:70: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/login_page.py:96: in login_via_homepage self.page.wait_for_function( /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:12594: in wait_for_function self._sync( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_page.py:1144: in wait_for_function return await self._main_frame.wait_for_function(**locals_to_params(locals())) /usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:932: in wait_for_function await self._channel.send("waitForFunction", self._timeout, params) /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 0x7fd949e29b40> cb = <function Channel.send.<locals>.<lambda> at 0x7fd9493da560> is_internal = False, title = None async def wrap_api_call( self, cb: Callable[[], Any], is_internal: bool = False, title: str = None
📸 Failure Screenshot:
Test failure screenshot
test_au02_empty_login_fields_error[chromium]
passed
⏱️ Duration: 0.54s
test_au03_wrong_id_and_password_in_login[chromium]
passed
⏱️ Duration: 1.32s
test_au04_try_to_sign_in_with_deleted_account[chromium]
passed
⏱️ Duration: 31.70s
test_au06_verify_the_sign_out_process[chromium]
passed
⏱️ Duration: 11.64s