← Back to All Reports
TESTS FAILED (67%)
Job Name
trigger_all_envs_renderer
Pipeline ID
Job ID
#3978503
Branch
master
Commit
N/A
Executed At
2025-12-05T17:20:25.317762
2
Passed
1
Failed
0
Skipped

Test Results (3 tests)

test_generate_video_and_publish[prod]
passed
⏱️ Duration: 114.84s
test_generate_video_and_publish[test05]
passed
⏱️ Duration: 126.00s
test_generate_video_and_publish[test03]
failed
⏱️ Duration: 858.28s
❌ Error:
fixturefunc = <function verify_pricing_nav at 0x7f972b9c8ca0> request = <FixtureRequest for <Function test_generate_video_and_publish[test03]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="d73855361c22549e3d0866406527c354")>} 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_editor_page.py:421: in verify_pricing_nav bs_fail_with_traceback(browser, verify_pricing_nav, e) helpers/common_helpers.py:789: in bs_fail_with_traceback raise exception tests/test_editor_page.py:419: in verify_pricing_nav check_pricing_and_publish_page(browser) pages/editor_page.py:1258: in check_pricing_and_publish_page do_click(browser, VIDEO_IS_READY_CONTINUE_BTN, 40) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="d73855361c22549e3d0866406527c354")> method = <function element_to_be_clickable.<locals>._predicate at 0x7f972b684e50> message = '' def u
📸 Failure Screenshot:
Test failure screenshot