← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4350313
Branch
master
Commit
N/A
Executed At
2026-08-08T19:22:12.696243
19
Passed
4
Failed
0
Skipped

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 595.74s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 406.12s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 452.18s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 623.10s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 421.68s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 427.32s
test_cbe01_cbe_service_chains_sanity[text_font]
passed
⏱️ Duration: 428.48s
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 422.41s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 442.98s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 417.60s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 498.33s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 449.36s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
passed
⏱️ Duration: 553.78s
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 561.43s
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 544.78s
test_cbe03_replace_a_clip[stock_photo]
failed
⏱️ Duration: 441.26s
❌ Error:
fixturefunc = <function aichat_select_clip at 0x7f912939e7a0> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[stock_photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="9962c009965a41d07c8082f18024aa44")>, 'prompt': 'stock_photo'} 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:851: in aichat_select_clip bs_fail_with_traceback(browser, aichat_select_clip, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="9962c009965a41d07c8082f18024aa44")> prompt = 'stock_photo' @when(parsers.cfparse('I select "{prompt}" as a new clip')) def aichat_select_clip(browser, prompt): try: ai_chat_clip_selection_window_displayed(browser) do_hover_and_click_js(browser, AICHAT_MEDIA_RESULT_FIRST_JS, AICHAT_REPLACE_JS) > assert is_visible(browser, AICHAT_REPLACE_CLIP_SUCCESS_MESSAGE, 15) E
📸 Failure Screenshot:
Test failure screenshot
test_cbe03_replace_a_clip[uploaded_video]
passed
⏱️ Duration: 471.09s
test_cbe03_replace_a_clip[uploaded_photo]
passed
⏱️ Duration: 605.15s
test_cbe04_upload_via_filestack_url[video]
failed
⏱️ Duration: 504.07s
❌ Error:
fixturefunc = <function ai_logged_in_new_shorter at 0x7f9129350790> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="3a9a5b55e2cd1318674f402ad9c59b56")>} 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="3a9a5b55e2cd1318674f402ad9c59b56")> correct_username = 'Automate Promo' def check_correct_username(browser, correct_username): """ Checks if user is logged correctly - checks correct username in header.
📸 Failure Screenshot:
Test failure screenshot
test_cbe04_upload_via_filestack_url[photo]
failed
⏱️ Duration: 379.04s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="7cc7721b435681530d00924a0d08f258")> def verify_post_not_rendered_or_not_listicle(browser): """ Assert that video is not rendered by checking availability of Regeneration button and CBE Delete a post if assertion failed or Advanced settings button is displayed """ try: > assert is_visible(browser, AI_POST_REGENERATION_ICON, 15), "Video is already rendered" E AssertionError: Video is already rendered pages/autopilot_page.py:597: AssertionError During handling of the above exception, another exception occurred: fixturefunc = <function ai_open_preview at 0x7f91293a5990> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="7cc7721b435681530d00924a0d08f258")>, '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:420: in ai_open_preview verify_post_not_rendered_or_not_listicle(browser) _ _ _ _ _ _ _ _ _ _
📸 Failure Screenshot:
Test failure screenshot
test_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos
passed
⏱️ Duration: 487.04s
test_cbe06_upload_via_filestack_facebook_page
passed
⏱️ Duration: 510.12s
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 564.04s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7f91293a5630> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="0f443b4c8fbf7cc859d6ccb647d33ea7")>} 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="0f443b4c8fbf7cc859d6ccb647d33ea7")> 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