← Back to All Reports
TESTS FAILED (33%)
Job Name
publish_pricing_prod
Pipeline ID
Job ID
#4313335
Branch
master
Commit
N/A
Executed At
2026-07-16T03:49:14.330688
1
Passed
2
Failed
0
Skipped

Test Results (3 tests)

test_w07_signup_verify_editorial_tags_and_see_pricing
failed
⏱️ Duration: 1221.46s
❌ Error:
fixturefunc = <function goes_to_my_account at 0x7f28fafcd5a0> request = <FixtureRequest for <Function test_w07_signup_verify_editorial_tags_and_see_pricing>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="44964f5565f8fc8a76c89b3bae173b96")>} 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_my_account_page.py:14: in goes_to_my_account bs_fail_with_traceback(browser, goes_to_my_account, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_my_account_page.py:12: in goes_to_my_account go_to_my_account(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="44964f5565f8fc8a76c89b3bae173b96")> def go_to_my_account(browser): """ Goes to My Account page with screenshot upload on failure """ time.sleep(4) # Close any modals/popups that might be blocking the menu skip_offer_modal(browser) time.sleep(1) # Try to find and hover ov
📸 Failure Screenshot:
Test failure screenshot
test_w06_signup_verify_premium_tags_and_see_pricing__release
passed
⏱️ Duration: 1008.86s
test_w10_new_user_purchases_plan_after_uploading_a_watermark_with_url__release
failed
⏱️ Duration: 470.65s
❌ Error:
fixturefunc = <function open_my_brands_menu at 0x7fc9eec8b250> request = <FixtureRequest for <Function test_w10_new_user_purchases_plan_after_uploading_a_watermark_with_url__release>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="a2712dd9db9a9379440117e6a1108397")>} 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_editor_page.py:110: in open_my_brands_menu bs_fail_with_traceback(browser, open_my_brands_menu, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="a2712dd9db9a9379440117e6a1108397")> @when('I open My Brands menu') def open_my_brands_menu(browser): try: > assert is_visible(browser, MY_BRANDS_CTA) E assert False E + where False = is_visible(<selenium.webdriver.remote.webdriver.WebDriver (session="a2712dd9db9a9379440117e6a1108397")>, ('xpath', '//DIV[@data-qaid="editor_my_brands"]')) tests/test_editor_page
📸 Failure Screenshot:
Test failure screenshot