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

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 457.17s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 473.02s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 426.98s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 414.34s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 422.87s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 400.31s
test_cbe01_cbe_service_chains_sanity[text_font]
passed
⏱️ Duration: 373.82s
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 382.19s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 400.31s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 392.58s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 409.99s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 415.30s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
passed
⏱️ Duration: 434.34s
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 411.85s
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 463.22s
test_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 486.43s
test_cbe03_replace_a_clip[uploaded_video]
passed
⏱️ Duration: 474.43s
test_cbe03_replace_a_clip[uploaded_photo]
passed
⏱️ Duration: 624.56s
test_cbe04_upload_via_filestack_url[video]
failed
⏱️ Duration: 320.42s
❌ Error:
fixturefunc = <function ai_logged_in_new_shorter at 0x7f7451b13c70> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="ecb959b4081454727664d29396415638")>} 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="ecb959b4081454727664d29396415638")> 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: 431.45s
❌ Error:
fixturefunc = <function ai_logged_in_new_shorter at 0x7f7451b13c70> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="f6ec82a1230422e748ad36ed4e731f9f")>} 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="f6ec82a1230422e748ad36ed4e731f9f")> 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_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos
passed
⏱️ Duration: 644.97s
test_cbe06_upload_via_filestack_facebook_page
failed
⏱️ Duration: 731.95s
❌ Error:
fixturefunc = <function connect_fb_pg_filestack at 0x7f7451b82c20> request = <FixtureRequest for <Function test_cbe06_upload_via_filestack_facebook_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="a6918df8b605b3adf920bcd4659a5712")>} 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="a6918df8b605b3adf920bcd4659a5712")> 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: 352.52s
❌ Error:
fixturefunc = <function ai_onboarding_timer at 0x7f74518ffeb0> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="52d63ecd45fce18ccd95891805815aab")>} 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="52d63ecd45fce18ccd95891805815aab")> 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