← Back to All Reports
TESTS FAILED (50%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4332555
Branch
master
Commit
N/A
Executed At
2026-07-28T03:38:34.849656
2
Passed
2
Failed
0
Skipped

Test Results (4 tests)

test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
failed
⏱️ Duration: 301.66s
❌ Error:
fixturefunc = <function ai_logged_in_new_shorter at 0x7f39a6013e20> request = <FixtureRequest for <Function test_cbe02_cbe_should_work_in_all_ratios[wide-caption]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="14a98ff5eedac66bb046ca7b753f881e")>} 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="14a98ff5eedac66bb046ca7b753f881e")> correct_username = 'Automate Promo' def check_correct_username(browser, correct_username): """ Checks if user is logged correctly - checks correct username in
📸 Failure Screenshot:
Test failure screenshot
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 497.75s
test_cbe04_upload_via_filestack_url[photo]
passed
⏱️ Duration: 473.73s
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 472.24s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7f39a609cd30> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="547eee73509e147274c0a9d5b586ea35")>} 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="547eee73509e147274c0a9d5b586ea35")> 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