← Back to All Reports
TESTS FAILED (78%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4367961
Branch
master
Commit
N/A
Executed At
2026-08-21T02:44:00.535869
18
Passed
5
Failed
0
Skipped

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 394.89s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 403.49s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 388.13s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 425.89s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 371.66s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 381.05s
test_cbe01_cbe_service_chains_sanity[text_font]
failed
⏱️ Duration: 360.89s
❌ Error:
fixturefunc = <function verify_cbe_save_enabled at 0x7fa28b7997e0> request = <FixtureRequest for <Function test_cbe01_cbe_service_chains_sanity[text_font]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="a892d193e38d60bd4c94837babdd1fe1")>} 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="a892d193e38d60bd4c94837babdd1fe1")> @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: 373.61s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 393.78s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 392.56s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 403.53s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 425.64s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
passed
⏱️ Duration: 405.88s
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 408.48s
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 363.16s
test_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 442.87s
test_cbe03_replace_a_clip[uploaded_video]
passed
⏱️ Duration: 410.93s
test_cbe03_replace_a_clip[uploaded_photo]
passed
⏱️ Duration: 362.11s
test_cbe04_upload_via_filestack_url[video]
failed
⏱️ Duration: 327.17s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="1865b6f133cb72c135923b158cdba482")> 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 0x7fa28b7e0ee0> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="1865b6f133cb72c135923b158cdba482")>, '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_cbe04_upload_via_filestack_url[photo]
failed
⏱️ Duration: 334.56s
❌ Error:
fixturefunc = <function ai_open_preview at 0x7fa28b7e0ee0> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="2df67a01f213c8c581277dc8aeda2e2e")>, '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="2df67a01f213c8c581277dc8aeda2e2e")> 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: 421.93s
test_cbe06_upload_via_filestack_facebook_page
failed
⏱️ Duration: 712.02s
❌ Error:
fixturefunc = <function connect_fb_pg_filestack at 0x7fa28b79ac20> request = <FixtureRequest for <Function test_cbe06_upload_via_filestack_facebook_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="93772195423342cb27b09e76c1cec389")>} 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:933: in connect_fb_pg_filestack bs_fail_with_traceback(browser, connect_fb_pg_filestack, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:931: in connect_fb_pg_filestack connect_fb_page_filestack(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="93772195423342cb27b09e76c1cec389")> def connect_fb_page_filestack(browser): """ Connects to Facebook Page via Filestack It opens an additional tab """ > assert is_visible(browser, AICHAT_FILESTACK_FBPAGES_ICON) E AssertionError pages/autopilot_page.py:1069: AssertionError
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 356.92s
❌ Error:
fixturefunc = <function ai_onboarding_timer at 0x7fa28b57beb0> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="6965f9c517895eee84eb53baf34a10ab")>} 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="6965f9c517895eee84eb53baf34a10ab")> 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