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

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 360.37s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 376.19s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 380.26s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 353.91s
test_cbe01_cbe_service_chains_sanity[remove_scene]
failed
⏱️ Duration: 365.13s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="06dc706cf0ec35b9136680deb7c7defe")> @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) > assert is_visible(browser, PLANNER_PREVIEW_POST_DATE) E assert False E + where False = is_visible(<selenium.webdriver.remote.webdriver.WebDriver (session="06dc706cf0ec35b9136680deb7c7defe")>, ('xpath', '//*[@data-qaid="post_preview_date"]')) tests/test_assertion.py:419: AssertionError During handling of the above exception, another exception occurred: fixturefunc = <function save_video at 0x7ff9411b1090> request = <FixtureRequest for <Function test_cbe01_cbe_service_chains_sanity[remove_scene]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="06dc706cf0ec35b9136680deb7c7defe")>} 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="06dc706cf0ec35b9136680deb7c7def
📸 Failure Screenshot:
Test failure screenshot
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 342.20s
test_cbe01_cbe_service_chains_sanity[text_font]
passed
⏱️ Duration: 343.12s
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 362.67s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 342.78s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 353.99s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 349.22s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 334.18s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
passed
⏱️ Duration: 416.49s
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 367.67s
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 376.87s
test_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 422.34s
test_cbe03_replace_a_clip[uploaded_video]
passed
⏱️ Duration: 440.91s
test_cbe03_replace_a_clip[uploaded_photo]
passed
⏱️ Duration: 451.64s
test_cbe04_upload_via_filestack_url[video]
passed
⏱️ Duration: 467.39s
test_cbe04_upload_via_filestack_url[photo]
failed
⏱️ Duration: 373.61s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="a64ea02868a9a439bd5641ff7ee2d938")> 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 0x7ff941220ee0> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="a64ea02868a9a439bd5641ff7ee2d938")>, '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
failed
⏱️ Duration: 329.14s
❌ Error:
fixturefunc = <function open_cbe at 0x7ff941219090> request = <FixtureRequest for <Function test_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="8d6d448d0d71c9b2e87744842c1a8218")>} 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:745: in open_cbe bs_fail_with_traceback(browser, open_cbe, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:743: in open_cbe ai_chat_open_cbe(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="8d6d448d0d71c9b2e87744842c1a8218")> def ai_chat_open_cbe(browser): """ Clicks cbe button in planner preview Verifies that icons are visible """ > assert is_visible(browser, AICHAT_CHAT_TO_EDIT_BUTTON) E AssertionError pages/autopilot_page.py:822: AssertionError
📸 Failure Screenshot:
Test failure screenshot
test_cbe06_upload_via_filestack_facebook_page
failed
⏱️ Duration: 346.66s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="c4bf10ae94ff5b2e628e66090582f769")> 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 0x7ff941220ee0> request = <FixtureRequest for <Function test_cbe06_upload_via_filestack_facebook_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="c4bf10ae94ff5b2e628e66090582f769")>, '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_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 667.77s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7ff941220b80> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="2fe7172b6bfd0394e2b6292580405108")>} 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="2fe7172b6bfd0394e2b6292580405108")> 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