← Back to All Reports
TESTS FAILED (25%)
Job Name
collage_maker_prod
Pipeline ID
Job ID
#4285400
Branch
master
Commit
N/A
Executed At
2026-06-29T14:14:06.284717
1
Passed
3
Failed
0
Skipped

Test Results (4 tests)

test_col01_validate_user_should_be_able_to_publish_and_download_a_collage_successfully
failed
⏱️ 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:
Test failure screenshot
test_col02_validate_user_should_be_able_to_publish_and_download_a_collage_using_designed_template
failed
⏱️ 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:
Test failure screenshot
test_col03_validate_user_should_be_able_to_publish_and_download_a_collage_using_photos_from_stickers
failed
⏱️ 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:
Test failure screenshot
test_col04_validate_user_should_be_able_to_publish_and_download_a_collage_using_photos_from_my_uploads
passed
⏱️ Duration: 163.20s