Test Results (3 tests)
⏱️ Duration: 487.54s
❌ Error:
fixturefunc = <function create_new_user_new_auth at 0x7f2e8caff250>
request = <FixtureRequest for <Function test_w07_signup_verify_editorial_tags_and_see_pricing>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="d7f8ce50f8510ae51768e9f3efa56571")>}
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_signup_page.py:45: in create_new_user_new_auth
bs_fail_with_traceback(browser, create_new_user_new_auth, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="d7f8ce50f8510ae51768e9f3efa56571")>
@when('I create a new account new auth')
def create_new_user_new_auth(browser):
try:
home_page_url(browser)
click_signup_header(browser)
new_signup_process_steps_email_short(browser)
# TypeForm survey handling - don't fail test if survey doesn't appear
try:
survey_typeform_skip(browser)
⏱️ Duration: 2380.44s
❌ Error:
fixturefunc = <function goes_to_my_account at 0x7fcce2229990>
request = <FixtureRequest for <Function test_w06_signup_verify_premium_tags_and_see_pricing__release>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="610bdfcca6fece70a986dc446f11fc60")>}
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="610bdfcca6fece70a986dc446f11fc60")>
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 h
📸 Failure Screenshot:
⏱️ Duration: 228.07s
❌ Error:
fixturefunc = <function create_new_user_new_auth at 0x7fcce215bd00>
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="4c530b30a93d83daa69b51e50acfc0b9")>}
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_signup_page.py:45: in create_new_user_new_auth
bs_fail_with_traceback(browser, create_new_user_new_auth, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="4c530b30a93d83daa69b51e50acfc0b9")>
@when('I create a new account new auth')
def create_new_user_new_auth(browser):
try:
home_page_url(browser)
click_signup_header(browser)
new_signup_process_steps_email_short(browser)
# TypeForm survey handling - don't fail test if survey doesn't appear
try:
surve
📸 Failure Screenshot: