← Back to All Reports
PARTIALLY PASSED (91%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4220492
Branch
master
Commit
N/A
Executed At
2026-05-16T01:38:42.828357
21
Passed
2
Failed
0
Skipped

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 219.52s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 231.03s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 205.69s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 225.76s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 223.36s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 224.34s
test_cbe01_cbe_service_chains_sanity[text_font]
passed
⏱️ Duration: 225.96s
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 220.89s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 220.23s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 221.86s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 229.89s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 214.41s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
passed
⏱️ Duration: 221.92s
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 217.28s
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 231.40s
test_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 226.01s
test_cbe03_replace_a_clip[uploaded_video]
passed
⏱️ Duration: 218.64s
test_cbe03_replace_a_clip[uploaded_photo]
passed
⏱️ Duration: 253.31s
test_cbe04_upload_via_filestack_url[video]
passed
⏱️ Duration: 315.82s
test_cbe04_upload_via_filestack_url[photo]
passed
⏱️ Duration: 301.92s
test_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos
passed
⏱️ Duration: 226.39s
test_cbe06_upload_via_filestack_facebook_page
failed
⏱️ Duration: 260.23s
❌ Error:
fixturefunc = <function choose_assets_from_fb_filestack at 0x7fc53dc4ef80> request = <FixtureRequest for <Function test_cbe06_upload_via_filestack_facebook_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="11ffd8dbca8217a557193df106510d2f")>} 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:951: in choose_assets_from_fb_filestack bs_fail_with_traceback(browser, choose_assets_from_fb_filestack, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:948: in choose_assets_from_fb_filestack choose_fb_assets_file_filestack(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="11ffd8dbca8217a557193df106510d2f")> def choose_fb_assets_file_filestack(browser): """ Filestack: Chooses first asset/file available in the album """ > assert is_visible(browser, AICHAT_FILESTACK_1ST_FB_ASSET) E AssertionError pages/autopilot_page.py
📸 Failure Screenshot:
Test failure screenshot
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 404.00s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7fc53dc94b80> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="09ea854d31998b3c957144abdc9bcc1a")>} 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:400: in user_redirected_after_video_generation bs_fail_with_traceback(browser, user_redirected_after_video_generation, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:398: in user_redirected_after_video_generation ai_generated_posts_in_planner(browser, 300) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="09ea854d31998b3c957144abdc9bcc1a")> waiting_time = 300 def ai_generated_posts_in_planner(browser, waiting_time: int): """ Verifies if AI posts are visible in Planner waiting_time (int) = chosen value in seconds "
📸 Failure Screenshot:
Test failure screenshot