← Back to All Reports
PARTIALLY PASSED (91%)
Job Name
autopilot_prod
Pipeline ID
Job ID
#4259156
Branch
master
Commit
N/A
Executed At
2026-06-11T02:57:04.837085
10
Passed
1
Failed
0
Skipped

Test Results (11 tests)

test_a01p_autopilot_verify_actions_on_the_ai_posts_in_planner
passed
⏱️ Duration: 721.38s
test_a02_verify_external_share_for_ai_posts
passed
⏱️ Duration: 473.05s
test_a03_verify_validation_errors_for_ai_onboarding_inputs
passed
⏱️ Duration: 371.99s
test_a04_verify_logo_and_watermark_functionalities_in_the_autopilot_wizard
passed
⏱️ Duration: 182.22s
test_a07_free_user_does_not_see_my_brand_or_logo_options_in_the_autopilot_wizard
passed
⏱️ Duration: 116.78s
test_a09_verify_user_is_redirected_to_the_publish_page_when_using_planner_preview_buttons[export-cbe]
passed
⏱️ Duration: 236.68s
test_a09_verify_user_is_redirected_to_the_publish_page_when_using_planner_preview_buttons[upload_to-voice]
passed
⏱️ Duration: 248.66s
test_a09_verify_user_is_redirected_to_the_publish_page_when_using_planner_preview_buttons[embed-regenerate]
passed
⏱️ Duration: 223.00s
test_a10_user_provides_a_topic_in_the_create_new_input
passed
⏱️ Duration: 141.71s
test_a11_user_provides_a_website_in_the_create_new_input
failed
⏱️ Duration: 141.69s
❌ Error:
fixturefunc = <function ai_fetched_assets at 0x7f207c34ab00> request = <FixtureRequest for <Function test_a11_user_provides_a_website_in_the_create_new_input>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="c5b130f3f49e26c07f1bb4430b7b3c72")>} 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:238: in ai_fetched_assets bs_fail_with_traceback(browser, ai_fetched_assets, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:236: in ai_fetched_assets assets_fetched_ai(browser, PROMO_BUSINESS_NAME_FETCHED, 3) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="c5b130f3f49e26c07f1bb4430b7b3c72")> business_name = ('xpath', '//input[contains(@value, "Promo.com")]') number_colors = 3 def assets_fetched_ai(browser, business_name: tuple, number_colors: int): """ First verifies that used is redirected to the 2nd step of the onboarding Then verifies if
📸 Failure Screenshot:
Test failure screenshot
test_a12_user_provides_amazon_product_in_the_create_new_input
passed
⏱️ Duration: 136.57s