← Back to All Reports
TESTS FAILED (0%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4155812
Branch
master
Commit
N/A
Executed At
2026-04-03T02:25:22.796096
0
Passed
3
Failed
0
Skipped

Test Results (3 tests)

test_cbe03_replace_a_clip[uploaded_video]
failed
⏱️ Duration: 256.08s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="312d75dc9c4b24845ca8ad2b1783a53d")> @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="312d75dc9c4b24845ca8ad2b1783a53d")>, ('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 0x7f0f0836d090> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[uploaded_video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="312d75dc9c4b24845ca8ad2b1783a53d")>} 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="312d75dc9c4b24845ca8ad2b1783a53d")> @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: 298.09s
❌ Error:
fixturefunc = <function aichat_select_clip at 0x7f0f083b1cf0> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[uploaded_photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="516c218538f72255d4f0daa574a744c9")>, 'prompt': 'uploaded_photo'} 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:851: in aichat_select_clip bs_fail_with_traceback(browser, aichat_select_clip, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="516c218538f72255d4f0daa574a744c9")> prompt = 'uploaded_photo' @when(parsers.cfparse('I select "{prompt}" as a new clip')) def aichat_select_clip(browser, prompt): try: ai_chat_clip_selection_window_displayed(browser) do_hover_and_click_js(browser, AICHAT_MEDIA_RESULT_FIRST_JS, AICHAT_REPLACE_JS) > assert is_visible(browser, AICHAT_REPLACE_CLIP_SUCCESS_MESSAGE, 15) E
📸 Failure Screenshot:
Test failure screenshot
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 428.89s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7f0f083f8b80> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="5f7af6805d0f806987a821130c4337b2")>} 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="5f7af6805d0f806987a821130c4337b2")> 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