← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4213108
Branch
master
Commit
N/A
Executed At
2026-05-11T01:42:44.812527
19
Passed
4
Failed
0
Skipped

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 238.14s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 231.69s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 229.00s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 231.64s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 225.47s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 234.73s
test_cbe01_cbe_service_chains_sanity[text_font]
passed
⏱️ Duration: 227.12s
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 227.72s
test_cbe01_cbe_service_chains_sanity[text_position]
failed
⏱️ Duration: 232.53s
❌ Error:
fixturefunc = <function ai_verify_ai_chat at 0x7f559d0a9240> request = <FixtureRequest for <Function test_cbe01_cbe_service_chains_sanity[text_position]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="5e9b962d51e14cc42aa661e488240993")>, 'prompt': 'text_position'} 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:773: in ai_verify_ai_chat bs_fail_with_traceback(browser, ai_verify_ai_chat, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:771: in ai_verify_ai_chat ai_chat_verify_sending_message(browser, possible_prompts.get(prompt)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="5e9b962d51e14cc42aa661e488240993")> prompt = 'I want the first caption to be in a opposite corner' def ai_chat_verify_sending_message(browser, prompt: str): """ Prompt will be used as a message in chat (ai_chat_provide_prompt). All prompts are stored in testdata.p
📸 Failure Screenshot:
Test failure screenshot
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 233.22s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 235.44s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 221.12s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
passed
⏱️ Duration: 224.05s
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 216.37s
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 217.59s
test_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 226.27s
test_cbe03_replace_a_clip[uploaded_video]
failed
⏱️ Duration: 238.35s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="baf51177dcbdcb753230cd6497d4d78b")> @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="baf51177dcbdcb753230cd6497d4d78b")>, ('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 0x7f559d03d090> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[uploaded_video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="baf51177dcbdcb753230cd6497d4d78b")>} 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="baf51177dcbdcb753230cd6497d4d78b")> @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: 240.12s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="599d75a119bda712dd03af1d2f1ff328")> @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="599d75a119bda712dd03af1d2f1ff328")>, ('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 0x7f559d03d090> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[uploaded_photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="599d75a119bda712dd03af1d2f1ff328")>} 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="599d75a119bda712dd03af1d2f1ff328")> @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: 356.39s
test_cbe04_upload_via_filestack_url[photo]
passed
⏱️ Duration: 311.07s
test_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos
passed
⏱️ Duration: 265.15s
test_cbe06_upload_via_filestack_facebook_page
passed
⏱️ Duration: 299.20s
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 408.07s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7f559d0b0b80> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="4e1365210024721c3357cce677cf7417")>} 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="4e1365210024721c3357cce677cf7417")> 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