← Back to All Reports
TESTS FAILED (67%)
Job Name
publish_pricing_prod
Pipeline ID
Job ID
#4152961
Branch
master
Commit
N/A
Executed At
2026-04-01T02:39:58.725968
2
Passed
1
Failed
0
Skipped

Test Results (3 tests)

test_w07_signup_verify_editorial_tags_and_see_pricing
failed
⏱️ Duration: 74.96s
❌ Error:
fixturefunc = <function verify_editorial_media at 0x7f8371c87010> request = <FixtureRequest for <Function test_w07_signup_verify_editorial_tags_and_see_pricing>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="440cc0a09bdf9ac22102534c7c0f01a9")>} 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_create_page.py:40: in verify_editorial_media bs_fail_with_traceback(browser, verify_editorial_media, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_create_page.py:38: in verify_editorial_media filter_editorial_media_photos(browser) pages/create_page.py:348: in filter_editorial_media_photos select_photos_from_dropdown(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="440cc0a09bdf9ac22102534c7c0f01a9")> def select_photos_from_dropdown(browser): """ Selects photos from the dropdown """ > assert is_visible(browser, DROPDOWN_SELECT_PHOTOS) E AssertionError
📸 Failure Screenshot:
Test failure screenshot
test_w06_signup_verify_premium_tags_and_see_pricing__release
passed
⏱️ Duration: 360.94s
test_w10_new_user_purchases_plan_after_uploading_a_watermark_with_url__release
passed
⏱️ Duration: 466.20s