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

Test Results (3 tests)

test_cbe01_cbe_service_chains_sanity[text_font]
failed
⏱️ Duration: 251.27s
❌ Error:
fixturefunc = <function verify_cbe_save_enabled at 0x7f6159429990> request = <FixtureRequest for <Function test_cbe01_cbe_service_chains_sanity[text_font]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="33ea7bb7aff08bc25afc71c56bd4a933")>} 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:825: in verify_cbe_save_enabled bs_fail_with_traceback(browser, verify_cbe_save_enabled, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="33ea7bb7aff08bc25afc71c56bd4a933")> @then('I verify that CBE save button is enabled') def verify_cbe_save_enabled(browser): try: # Wait for CBE to process the change time.sleep(5) # Retry logic - backend needs time to enable button max_attempts = 5 for attempt in range(max_attempts): if not is_disabled(browser, AICHAT_SAVE_BUTT
📸 Failure Screenshot:
Test failure screenshot
test_cbe06_upload_via_filestack_facebook_page
failed
⏱️ Duration: 336.84s
❌ Error:
fixturefunc = <function choose_assets_from_fb_filestack at 0x7f615942b130> request = <FixtureRequest for <Function test_cbe06_upload_via_filestack_facebook_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="2ee5d721fea9028b37349298831fe53c")>} 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:951: in choose_assets_from_fb_filestack bs_fail_with_traceback(browser, choose_assets_from_fb_filestack, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:947: in choose_assets_from_fb_filestack choose_fb_assets_album_filestack(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="2ee5d721fea9028b37349298831fe53c")> def choose_fb_assets_album_filestack(browser): """ Filestack: Chooses first album after connection with Facebook """ > assert is_visible(browser, AICHAT_FILESTACK_1ST_FB_ALBUM) E AssertionError pages/autopilot_pa
📸 Failure Screenshot:
Test failure screenshot
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 437.51s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7f6159430d30> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="9235585b86acc747d24064fc19be113f")>} 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="9235585b86acc747d24064fc19be113f")> 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