Test Results (4 tests)
⏱️ Duration: 580.48s
❌ Error:
fixturefunc = <function click_on_download_btn at 0x7f099a035cf0>
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="7f510e0f83fcfa98c0380766500310b7")>}
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="7f510e0f83fcfa98c0380766500310b7")>
method = <fu
📸 Failure Screenshot:
⏱️ Duration: 585.82s
❌ Error:
fixturefunc = <function click_on_download_btn at 0x7f099a035cf0>
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="e69ed51678fe019eb6beffe55530ed77")>}
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="e69ed51678fe019eb6beffe55530ed77")>
m
📸 Failure Screenshot:
⏱️ Duration: 592.80s
❌ Error:
fixturefunc = <function click_on_download_btn at 0x7f099a035cf0>
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="f812f30c45b1bfe780e9bcde98292f70")>}
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="f812f30c45b1bfe780e9bcde98292f70")
📸 Failure Screenshot: