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

Test Results (1 tests)

test_w19_verify_brand_manager_functionalities_basic
failed
⏱️ Duration: 1496.66s
❌ Error:
fixturefunc = <function add_brand_components at 0x7f6be78588b0> request = <FixtureRequest for <Function test_w19_verify_brand_manager_functionalities_basic>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="183966aa56abaab6cce6afd5e6d21593")>} 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:71: in add_brand_components bs_fail_with_traceback(browser, add_brand_components, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_brand_manager.py:69: in add_brand_components add_brand_comps(browser) pages/brand_manager_page.py:178: in add_brand_comps do_send_keys(browser, BM_SEARCH_FONT_INPUT, 'Goldman') helpers/common_helpers.py:457: in do_send_keys WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="183966aa56abaab6cce6afd5e6d21593")> method = <function visibility_of_element_located.<locals>._predicate at 0x7f6be740f1c0> message = '