Test Results (3 tests)
⏱️ Duration: 583.85s
❌ Error:
fixturefunc = <function click_on_download_btn at 0x7fdffc265cf0>
request = <FixtureRequest for <Function test_col01_validate_user_should_be_able_to_publish_and_download_a_collage_successfully>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="81c229d6f13cc1cbcb9728ac90b4c83d")>}
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_collage_maker_page.py:77: in click_on_download_btn
bs_fail_with_traceback(browser, click_on_download_btn, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_collage_maker_page.py:75: in click_on_download_btn
click_on_download_button_on_publish_page(browser)
pages/collage_maker_page.py:86: in click_on_download_button_on_publish_page
do_click(browser, DOWNLOAD_COLLAGE_BUTTON, 360)
helpers/common_helpers.py:200: in do_click
WebDriverWait(browser, sec, poll_frequency=0.4).until(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selenium.webdriver.support.wait.WebDriverWait (session="81c229d6f13cc1cbcb9728ac90b4c83d")>
method = <fu
📸 Failure Screenshot:
⏱️ Duration: 590.15s
❌ Error:
fixturefunc = <function click_on_download_btn at 0x7fdffc265cf0>
request = <FixtureRequest for <Function test_col02_validate_user_should_be_able_to_publish_and_download_a_collage_using_designed_template>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="84a730ef97834da9babc029d3f81fd14")>}
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_collage_maker_page.py:77: in click_on_download_btn
bs_fail_with_traceback(browser, click_on_download_btn, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_collage_maker_page.py:75: in click_on_download_btn
click_on_download_button_on_publish_page(browser)
pages/collage_maker_page.py:86: in click_on_download_button_on_publish_page
do_click(browser, DOWNLOAD_COLLAGE_BUTTON, 360)
helpers/common_helpers.py:200: in do_click
WebDriverWait(browser, sec, poll_frequency=0.4).until(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selenium.webdriver.support.wait.WebDriverWait (session="84a730ef97834da9babc029d3f81fd14")>
m
📸 Failure Screenshot:
⏱️ Duration: 593.13s
❌ Error:
fixturefunc = <function click_on_download_btn at 0x7fdffc265cf0>
request = <FixtureRequest for <Function test_col03_validate_user_should_be_able_to_publish_and_download_a_collage_using_photos_from_stickers>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="8ac6b68ceba4a18c7db974382e30d44b")>}
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_collage_maker_page.py:77: in click_on_download_btn
bs_fail_with_traceback(browser, click_on_download_btn, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_collage_maker_page.py:75: in click_on_download_btn
click_on_download_button_on_publish_page(browser)
pages/collage_maker_page.py:86: in click_on_download_button_on_publish_page
do_click(browser, DOWNLOAD_COLLAGE_BUTTON, 360)
helpers/common_helpers.py:200: in do_click
WebDriverWait(browser, sec, poll_frequency=0.4).until(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selenium.webdriver.support.wait.WebDriverWait (session="8ac6b68ceba4a18c7db974382e30d44b")
📸 Failure Screenshot: