← Back to All Reports
TESTS FAILED (0%)
Job Name
web_prod
Pipeline ID
Job ID
#4317527
Branch
master
Commit
N/A
Executed At
2026-07-19T02:07:37.264080
0
Passed
1
Failed
0
Skipped

Test Results (1 tests)

test_w19_verify_brand_manager_functionalities_basic
failed
⏱️ Duration: 635.87s
❌ Error:
fixturefunc = <function insert_brand_name at 0x7fb1bc2797e0> request = <FixtureRequest for <Function test_w19_verify_brand_manager_functionalities_basic>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="19b35d22a5ca9d608685efc6b4f4680d")>} 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_brand_manager.py:20: in insert_brand_name bs_fail_with_traceback(browser, insert_brand_name, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_brand_manager.py:18: in insert_brand_name add_brand_name(browser) pages/brand_manager_page.py:127: in add_brand_name do_click(browser, CREATE_BRAND_SKIP) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="19b35d22a5ca9d608685efc6b4f4680d")> method = <function element_to_be_clickable.<locals>._predicate at 0x7fb1bdce3d90> message = '' def until(self, method: Callable[[W
📸 Failure Screenshot:
Test failure screenshot