← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4309093
Branch
master
Commit
N/A
Executed At
2026-07-14T03:33:36.756279
19
Passed
4
Failed
0
Skipped

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 598.10s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 483.56s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 447.36s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 466.31s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 406.21s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 434.19s
test_cbe01_cbe_service_chains_sanity[text_font]
passed
⏱️ Duration: 424.70s
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 416.95s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 498.09s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 458.48s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 537.12s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 633.75s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
failed
⏱️ Duration: 576.68s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="8eff83774b93443636641bd60589c2ce")> 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" assert is_visible(browser, AICHAT_CHAT_TO_EDIT_BUTTON) # CBE button should be available if is_visible(browser, VOICE_OVER_ADV_SETTINGS_BTN): > raise Exception('AI post is rendered or VO listicle.') E Exception: AI post is rendered or VO listicle. pages/autopilot_page.py:600: Exception During handling of the above exception, another exception occurred: fixturefunc = <function ai_open_preview at 0x7fe021b24ee0> request = <FixtureRequest for <Function test_cbe02_cbe_should_work_in_all_ratios[wide-caption]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="8eff83774b93443636641bd60589c2ce")>, 'number': '2'} 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/python
📸 Failure Screenshot:
Test failure screenshot
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 643.96s
test_cbe03_replace_a_clip[stock_video]
failed
⏱️ Duration: 645.37s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="3a6601a2689197efedac337b90bd9571")> 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 0x7fe021b24ee0> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[stock_video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="3a6601a2689197efedac337b90bd9571")>, 'number': '3'} 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_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 764.26s
test_cbe03_replace_a_clip[uploaded_video]
passed
⏱️ Duration: 686.63s
test_cbe03_replace_a_clip[uploaded_photo]
passed
⏱️ Duration: 654.21s
test_cbe04_upload_via_filestack_url[video]
passed
⏱️ Duration: 674.31s
test_cbe04_upload_via_filestack_url[photo]
failed
⏱️ Duration: 503.90s
❌ Error:
fixturefunc = <function upload_video_with_url at 0x7fe021b1e200> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[photo]>> kwargs = {'asset': 'photo', 'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="13d3e71ba4f94710259a91bbd3bf9c01")>} 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:880: in upload_video_with_url bs_fail_with_traceback(browser, upload_video_with_url, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:877: in upload_video_with_url do_send_keys(browser, AICHAT_URL_INPUT, asset_urls.get(asset)) helpers/common_helpers.py:457: in do_send_keys WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="13d3e71ba4f94710259a91bbd3bf9c01")> method = <function visibility_of_element_located.<locals>._predicate at 0x7fe021685090> message = '' def until(self, method: Callable[[WebDriver], Uni
📸 Failure Screenshot:
Test failure screenshot
test_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos
passed
⏱️ Duration: 504.84s
test_cbe06_upload_via_filestack_facebook_page
passed
⏱️ Duration: 593.58s
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 158.18s
❌ Error:
fixturefunc = <function skip_the_educational_video at 0x7fe021b244c0> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="3b5405585c6ea9e6775642db0463bc24")>} 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:365: in skip_the_educational_video bs_fail_with_traceback(browser, skip_the_educational_video, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="3b5405585c6ea9e6775642db0463bc24")> @when('I click the skip button') def skip_the_educational_video(browser): try: assert is_visible(browser, AI_GENERATOR_SKIP_VIDEO) do_click(browser, AI_GENERATOR_SKIP_VIDEO) > assert is_invisible(browser, AI_GENERATOR_SKIP_VIDEO) E assert False E + where False = is_invisible(<selenium.webdriver.remo
📸 Failure Screenshot:
Test failure screenshot