← Back to All Reports
TESTS FAILED (75%)
Job Name
auth_prod
Pipeline ID
Job ID
#4066491
Branch
master
Commit
N/A
Executed At
2026-02-03T00:18:15.081991
3
Passed
1
Failed
0
Skipped

Test Results (4 tests)

test_au03_wrong_id_and_password_in_login
passed
⏱️ Duration: 25.10s
test_au04_try_to_sign_in_with_the_deleted_account__release
passed
⏱️ Duration: 108.18s
test_au02_empty_login_fields_error
passed
⏱️ Duration: 26.00s
test_au06_verify_the_sign_out_process__release
failed
⏱️ Duration: 115.67s
❌ Error:
fixturefunc = <function sign_out at 0x7f2760154b80> request = <FixtureRequest for <Function test_au06_verify_the_sign_out_process__release>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="2b54427274285818f1571ab5c57a0a5f")>} def call_fixture_func( fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs ) -> FixtureValue: if is_generator(fixturefunc): fixturefunc = cast( Callable[..., Generator[FixtureValue, None, None]], fixturefunc ) generator = fixturefunc(**kwargs) try: fixture_result = next(generator) except StopIteration: raise ValueError(f"{request.fixturename} did not yield a value") from None finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) request.addfinalizer(finalizer) else: fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) > fixture_result = fixturefunc(**kwargs) venv/lib/python3.10/site-packages/_pytest/fixtures.py:917: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/test_login.py:263: in sign_out bs_fail_with_traceback(browser, sign_out, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_login.py:261: in sign_out sign_out_process(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="2b54427274285818f1571ab5c57a0a5f")> def sign_out_process(browser): """ Signs out from Promo account """ do_hover(browser, USERNAME_MENU) assert is_visible(browser, SIGN_OUT_NEW) do_click(browser, SIGN_OUT_NEW) time.sleep(3) assert is_visible(browser, SIGNUP_BTN, 25) title = browser.title > assert title == main_page_title E A
📸 Failure Screenshot:
Test failure screenshot