← Back to All Reports
TESTS FAILED (78%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4359410
Branch
master
Commit
N/A
Executed At
2026-08-15T03:23:57.450432
18
Passed
5
Failed
0
Skipped

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 504.12s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 506.94s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 524.91s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 469.50s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 445.58s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 465.80s
test_cbe01_cbe_service_chains_sanity[text_font]
passed
⏱️ Duration: 463.77s
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 462.63s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 490.51s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 429.08s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 436.84s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 471.50s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
failed
⏱️ Duration: 250.66s
❌ Error:
fixturefunc = <function ai_logged_in_new_shorter at 0x7f4529c4bc70> request = <FixtureRequest for <Function test_cbe02_cbe_should_work_in_all_ratios[wide-caption]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="fca0694ce967051c420f3e22fe32371f")>} 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_autopilot_page.py:22: in ai_logged_in_new_shorter bs_fail_with_traceback(browser, ai_logged_in_new_shorter, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:20: in ai_logged_in_new_shorter user_logs_in(browser, email_ai, fullname) pages/login_page.py:215: in user_logs_in check_correct_username(browser, correct_username) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="fca0694ce967051c420f3e22fe32371f")> correct_username = 'Automate Promo' def check_correct_username(browser, correct_username): """ Checks if user is logged correctly - checks correct username in
📸 Failure Screenshot:
Test failure screenshot
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 569.58s
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 702.75s
test_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 634.10s
test_cbe03_replace_a_clip[uploaded_video]
passed
⏱️ Duration: 648.48s
test_cbe03_replace_a_clip[uploaded_photo]
passed
⏱️ Duration: 738.28s
test_cbe04_upload_via_filestack_url[video]
failed
⏱️ Duration: 507.85s
❌ Error:
fixturefunc = <function ai_open_preview at 0x7f4529cbcee0> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="c28b62ffd09ee1db3504360c46efa5d5")>, 'number': '4'} 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_autopilot_page.py:419: in ai_open_preview bs_fail_with_traceback(browser, ai_open_preview, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:417: in ai_open_preview open_ai_post_planner(browser, number) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="c28b62ffd09ee1db3504360c46efa5d5")> post_number = '4' def open_ai_post_planner(browser, post_number: int): """ Open a chosen AI post (preview) post_numer: determines which post should be opened if first AI post is outside the view, script will scroll to it assertion added to make sure that video is l
📸 Failure Screenshot:
Test failure screenshot
test_cbe04_upload_via_filestack_url[photo]
failed
⏱️ Duration: 502.84s
❌ Error:
fixturefunc = <function ai_open_preview at 0x7f4529cbcee0> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="9a492917eb616fe866f0a89a9d78fb37")>, 'number': '4'} 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_autopilot_page.py:419: in ai_open_preview bs_fail_with_traceback(browser, ai_open_preview, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:417: in ai_open_preview open_ai_post_planner(browser, number) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="9a492917eb616fe866f0a89a9d78fb37")> post_number = '4' def open_ai_post_planner(browser, post_number: int): """ Open a chosen AI post (preview) post_numer: determines which post should be opened if first AI post is outside the view, script will scroll to it assertion added to make sure that video is l
📸 Failure Screenshot:
Test failure screenshot
test_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos
passed
⏱️ Duration: 696.03s
test_cbe06_upload_via_filestack_facebook_page
failed
⏱️ Duration: 503.61s
❌ Error:
fixturefunc = <function ai_open_preview at 0x7f4529cbcee0> request = <FixtureRequest for <Function test_cbe06_upload_via_filestack_facebook_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="aaf78b58ddf82ad55753594b912c1219")>, 'number': '4'} 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_autopilot_page.py:419: in ai_open_preview bs_fail_with_traceback(browser, ai_open_preview, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:417: in ai_open_preview open_ai_post_planner(browser, number) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="aaf78b58ddf82ad55753594b912c1219")> post_number = '4' def open_ai_post_planner(browser, post_number: int): """ Open a chosen AI post (preview) post_numer: determines which post should be opened if first AI post is outside the view, script will scroll to it assertion added to make sure that video i
📸 Failure Screenshot:
Test failure screenshot
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 326.83s
❌ Error:
fixturefunc = <function ai_onboarding_timer at 0x7f4529a37eb0> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="178f746557a3af4966941827312d8334")>} 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_autopilot_page.py:335: in ai_onboarding_timer bs_fail_with_traceback(browser, ai_onboarding_timer, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:333: in ai_onboarding_timer video_generation_screen_displayed(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="178f746557a3af4966941827312d8334")> def video_generation_screen_displayed(browser): """ Verify that the video generation screen is displayed """ > assert is_visible(browser, AI_GENERATOR_TIMER, 10) E AssertionError pages/autopilot_page.py:525: AssertionError
📸 Failure Screenshot:
Test failure screenshot