⏱️ Duration: 190.56s
❌ Error:
fixturefunc = <function customize_template at 0x7f82a0117760>
request = <FixtureRequest for <Function test_w07_signup_verify_editorial_tags_and_see_pricing>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="d8eeceb279bcf8567b16ebf543ce498d")>}
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:66: in customize_template
bs_fail_with_traceback(browser, customize_template, e)
helpers/common_helpers.py:789: in bs_fail_with_traceback
raise exception
tests/test_create_page.py:63: in customize_template
select_videos_from_dropdown(browser)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="d8eeceb279bcf8567b16ebf543ce498d")>
def select_videos_from_dropdown(browser):
"""
Selects photos from the dropdown
"""
> assert is_visible(browser, DROPDOWN_SELECT_VIDEOS)
E AssertionError
pages/create_page.py:322: AssertionError
📸 Failure Screenshot:
⏱️ Duration: 105.38s
❌ Error:
fixturefunc = <function customize_template at 0x7f6a98a37640>
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="9e479d48cf518b15c897c2572d942311")>}
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:66: in customize_template
bs_fail_with_traceback(browser, customize_template, e)
helpers/common_helpers.py:789: in bs_fail_with_traceback
raise exception
tests/test_create_page.py:63: in customize_template
select_videos_from_dropdown(browser)
pages/create_page.py:323: in select_videos_from_dropdown
do_click(browser, DROPDOWN_SELECT_VIDEOS)
helpers/common_helpers.py:200: in do_click
WebDriverWait(browser, sec, poll_frequency=0.4).until(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selenium.webdriver.support.wait.WebDriverWait (session="9e479d48cf518b15c897c2572d942311")>
method = <function element_to_be_clickable.<locals>._predicate at 0x7f6a985d27a0>
me
📸 Failure Screenshot: