← Back to All Reports
PARTIALLY PASSED (88%)
Job Name
links_prod
Pipeline ID
Job ID
#4308151
Branch
master
Commit
N/A
Executed At
2026-07-13T03:29:35.879934
7
Passed
1
Failed
0
Skipped

Test Results (8 tests)

test_l03_check_partners_logos_and_links
passed
⏱️ Duration: 207.76s
test_l04_check_trusted_by_section
passed
⏱️ Duration: 315.26s
test_l05_check_create_new_button_redirects_for_service[web]
passed
⏱️ Duration: 1358.35s
test_l05_check_create_new_button_redirects_for_service[pricing]
passed
⏱️ Duration: 678.89s
test_l05_check_create_new_button_redirects_for_service[planner]
passed
⏱️ Duration: 824.22s
test_l05_check_create_new_button_redirects_for_service[next]
passed
⏱️ Duration: 826.75s
test_l1_check_menu_and_footer_links
failed
⏱️ Duration: 3967.08s
❌ Error:
fixturefunc = <function check_footer_links at 0x7f20e4f29480> request = <FixtureRequest for <Function test_l1_check_menu_and_footer_links>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="e37152539eb13257d48c1fc4b85e6c69")>} 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_links_page.py:69: in check_footer_links bs_fail_with_traceback(browser, check_footer_links, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_links_page.py:67: in check_footer_links open_and_test_footer_products_and_menu_tabs(browser) pages/links_page.py:209: in open_and_test_footer_products_and_menu_tabs browser.execute_script("arguments[0].scrollIntoView({behavior: 'smooth', block: 'center' });", footer_locator) venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:407: in execute_script return self.execute(command, {"script": script, "args": converted_args})["value"] venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:347: in execute self.error_handler.check_response(resp
test_l2_check_tools_links
passed
⏱️ Duration: 731.01s