← Back to All Reports
TESTS FAILED (0%)
Job Name
autopilot_prod
Pipeline ID
Job ID
#4259470
Branch
master
Commit
N/A
Executed At
2026-06-11T03:01:36.937364
0
Passed
1
Failed
0
Skipped

Test Results (1 tests)

test_a11_user_provides_a_website_in_the_create_new_input
failed
⏱️ Duration: 147.51s
❌ Error:
fixturefunc = <function ai_fetched_assets at 0x7f97b0f8eb90> request = <FixtureRequest for <Function test_a11_user_provides_a_website_in_the_create_new_input>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="8557734defcb70f302c453e9ec3a5684")>} 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="8557734defcb70f302c453e9ec3a5684")> 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