← Back to All Reports
PARTIALLY PASSED (91%)
Job Name
autopilot_prod
Pipeline ID
Job ID
#4236793
Branch
master
Commit
N/A
Executed At
2026-05-27T02:46:18.145011
10
Passed
1
Failed
0
Skipped

Test Results (11 tests)

test_a01p_autopilot_verify_actions_on_the_ai_posts_in_planner
failed
⏱️ Duration: 37.83s
❌ Error:
fixturefunc = <function ai_logged_in_new_shorter at 0x7f456dd27d00> request = <FixtureRequest for <Function test_a01p_autopilot_verify_actions_on_the_ai_posts_in_planner>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="1c4625d78d9b95b56553e4786d71d0d5")>} 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:201: in user_logs_in click_login_new(browser) pages/login_page.py:107: in click_login_new do_click(browser, LOGIN_NEW_BTN) helpers/common_helpers.py:201: in do_click EC.element_to_be_clickable(by_locator)).click() venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:93: in click self._execute(Command.CLICK_ELEMENT) venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:394:
📸 Failure Screenshot:
Test failure screenshot
test_a02_verify_external_share_for_ai_posts
passed
⏱️ Duration: 376.74s
test_a03_verify_validation_errors_for_ai_onboarding_inputs
passed
⏱️ Duration: 268.56s
test_a04_verify_logo_and_watermark_functionalities_in_the_autopilot_wizard
passed
⏱️ Duration: 225.20s
test_a07_free_user_does_not_see_my_brand_or_logo_options_in_the_autopilot_wizard
passed
⏱️ Duration: 145.98s
test_a09_verify_user_is_redirected_to_the_publish_page_when_using_planner_preview_buttons[export-cbe]
passed
⏱️ Duration: 291.05s
test_a09_verify_user_is_redirected_to_the_publish_page_when_using_planner_preview_buttons[upload_to-voice]
passed
⏱️ Duration: 267.03s
test_a09_verify_user_is_redirected_to_the_publish_page_when_using_planner_preview_buttons[embed-regenerate]
passed
⏱️ Duration: 327.73s
test_a10_user_provides_a_topic_in_the_create_new_input
passed
⏱️ Duration: 142.15s
test_a11_user_provides_a_website_in_the_create_new_input
passed
⏱️ Duration: 143.42s
test_a12_user_provides_amazon_product_in_the_create_new_input
passed
⏱️ Duration: 121.09s