← Back to All Reports
TESTS FAILED (75%)
Job Name
web_prod
Pipeline ID
Job ID
#4221667
Branch
master
Commit
N/A
Executed At
2026-05-16T21:30:15.222908
3
Passed
1
Failed
0
Skipped

Test Results (4 tests)

test_w14_verify_drafted_video_and_delete
passed
⏱️ Duration: 320.53s
test_w17_edit_published_video_starting_from_dashboard__release
passed
⏱️ Duration: 464.65s
test_w03_customize_a_video_and_render_it__release
failed
⏱️ Duration: 316.15s
❌ Error:
fixturefunc = <function timeline_actions at 0x7f126ba0feb0> request = <FixtureRequest for <Function test_w03_customize_a_video_and_render_it__release>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="7142ba3a83488054a54eb7ce18169975")>} 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:32: in timeline_actions bs_fail_with_traceback(browser, timeline_actions, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_editor_page.py:30: in timeline_actions edit_actions_on_timeline(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="7142ba3a83488054a54eb7ce18169975")> def edit_actions_on_timeline(browser): """ hovering over timeline, duplicate clip, replaces the duplicate with photo or when photo is a first part of a template - edit it (zoom) """ time.sleep(5) # added due to the problems with accessibility widget hover_clip_time
📸 Failure Screenshot:
Test failure screenshot
test_w20_verify_brand_manager_functionalities_through_wizard
passed
⏱️ Duration: 478.35s