← Back to All Reports
TESTS FAILED (74%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4163257
Branch
master
Commit
N/A
Executed At
2026-04-08T01:40:22.929052
17
Passed
6
Failed
0
Skipped

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 231.41s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 241.61s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 232.34s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 236.65s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 228.31s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 231.08s
test_cbe01_cbe_service_chains_sanity[text_font]
failed
⏱️ Duration: 217.79s
❌ Error:
fixturefunc = <function verify_cbe_save_enabled at 0x7fa8f348d750> request = <FixtureRequest for <Function test_cbe01_cbe_service_chains_sanity[text_font]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="47c6a38f98b44cc78b4a964788dcbfb4")>} 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:825: in verify_cbe_save_enabled bs_fail_with_traceback(browser, verify_cbe_save_enabled, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="47c6a38f98b44cc78b4a964788dcbfb4")> @then('I verify that CBE save button is enabled') def verify_cbe_save_enabled(browser): try: # Wait for CBE to process the change time.sleep(5) # Retry logic - backend needs time to enable button max_attempts = 5 for attempt in range(max_attempts): if not is_disabled(browser, AICHAT_SAVE_BUTT
📸 Failure Screenshot:
Test failure screenshot
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 231.75s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 235.46s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 232.82s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 243.84s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 230.22s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
passed
⏱️ Duration: 218.52s
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 219.77s
test_cbe03_replace_a_clip[stock_video]
failed
⏱️ Duration: 201.03s
❌ Error:
fixturefunc = <function aichat_select_clip at 0x7fa8f348dc60> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[stock_video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="f34f56d70482d9ad4aa9c5e0ffe7b90b")>, 'prompt': 'stock_video'} 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 tests/test_autopilot_page.py:848: in aichat_select_clip do_hover_and_click_js(browser, AICHAT_MEDIA_RESULT_FIRST_JS, AICHAT_REPLACE_JS) helpers/common_helpers.py:336: in do_hover_and_click_js browser.execute_script( venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:407: in execute_script return self.execute(command, {"script": script, "args": converted_args})["value"] venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:347: in execute self.error_handler.check_response(response) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
📸 Failure Screenshot:
Test failure screenshot
test_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 226.89s
test_cbe03_replace_a_clip[uploaded_video]
failed
⏱️ Duration: 226.76s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="29b0a328b43117e96aac0ec5173dd6c0")> @then('I verify that video can be saved') def save_video(browser): try: ai_chat_save_video(browser) > assert is_invisible(browser, AICHAT_CHAT_SECTION, 15) E assert False E + where False = is_invisible(<selenium.webdriver.remote.webdriver.WebDriver (session="29b0a328b43117e96aac0ec5173dd6c0")>, ('xpath', '//div[@class="chat-editor"]'), 15) tests/test_assertion.py:418: AssertionError During handling of the above exception, another exception occurred: fixturefunc = <function save_video at 0x7fa8f3449000> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[uploaded_video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="29b0a328b43117e96aac0ec5173dd6c0")>} 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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="29b0a328b43117e96aac0ec5173dd6c0")> @then('I verify that video can be saved') def save_video(browse
📸 Failure Screenshot:
Test failure screenshot
test_cbe03_replace_a_clip[uploaded_photo]
failed
⏱️ Duration: 235.66s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="ee9d6de78a727fe380040bf993ecfff2")> @then('I verify that video can be saved') def save_video(browser): try: ai_chat_save_video(browser) > assert is_invisible(browser, AICHAT_CHAT_SECTION, 15) E assert False E + where False = is_invisible(<selenium.webdriver.remote.webdriver.WebDriver (session="ee9d6de78a727fe380040bf993ecfff2")>, ('xpath', '//div[@class="chat-editor"]'), 15) tests/test_assertion.py:418: AssertionError During handling of the above exception, another exception occurred: fixturefunc = <function save_video at 0x7fa8f3449000> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[uploaded_photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="ee9d6de78a727fe380040bf993ecfff2")>} 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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="ee9d6de78a727fe380040bf993ecfff2")> @then('I verify that video can be saved') def save_video(browse
📸 Failure Screenshot:
Test failure screenshot
test_cbe04_upload_via_filestack_url[video]
passed
⏱️ Duration: 323.74s
test_cbe04_upload_via_filestack_url[photo]
passed
⏱️ Duration: 287.57s
test_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos
passed
⏱️ Duration: 227.17s
test_cbe06_upload_via_filestack_facebook_page
failed
⏱️ Duration: 256.99s
❌ Error:
fixturefunc = <function choose_assets_from_fb_filestack at 0x7fa8f348eef0> request = <FixtureRequest for <Function test_cbe06_upload_via_filestack_facebook_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="1227669164facb2b9151cad6109b99ad")>} 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="1227669164facb2b9151cad6109b99ad")> 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: 395.74s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7fa8f34d4af0> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="2c27bc3368f1a18d7042b9722870b313")>} 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="2c27bc3368f1a18d7042b9722870b313")> 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