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

Test Results (1 tests)

test_w19_verify_brand_manager_functionalities_basic
failed
⏱️ Duration: 714.95s
❌ Error:
fixturefunc = <function insert_brand_name at 0x7f3b2330dc60> request = <FixtureRequest for <Function test_w19_verify_brand_manager_functionalities_basic>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="14ddbe514d6b67c773a61fa21427c702")>} 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="14ddbe514d6b67c773a61fa21427c702")> method = <function element_to_be_clickable.<locals>._predicate at 0x7f3b24d3fd90> message = '' def until(self, method: Callable[[W
📸 Failure Screenshot:
Test failure screenshot