← Back to All Reports
TESTS FAILED (57%)
Job Name
web_test05
Pipeline ID
Job ID
#4217075
Branch
master
Commit
N/A
Executed At
2026-05-13T07:02:21.266318
16
Passed
12
Failed
0
Skipped

Test Results (28 tests)

test_w01_verify_utm_on_promo_url
passed
⏱️ Duration: 19.66s
test_w02_verify_clicking_main_logo__release
passed
⏱️ Duration: 323.12s
test_w30_create_a_video_from_a_photo
failed
⏱️ Duration: 878.84s
❌ Error:
fixturefunc = <function verify_pricing_nav at 0x7fe15118f520> request = <FixtureRequest for <Function test_w30_create_a_video_from_a_photo>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="f88254e4dd67a1a7a1de951508e9dc09")>} 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_editor_page.py:421: in verify_pricing_nav bs_fail_with_traceback(browser, verify_pricing_nav, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_editor_page.py:419: in verify_pricing_nav check_pricing_and_publish_page(browser) pages/editor_page.py:1222: in check_pricing_and_publish_page customize_chosen_template(browser) pages/create_page.py:114: in customize_chosen_template do_hover(browser, RAW_VIDEO) helpers/common_helpers.py:296: in do_hover ActionChains(browser).move_to_element(elem).perform() venv/lib/python3.10/site-packages/selenium/webdriver/common/action_chains.py:94: in perform self.w3c_actions.perform() venv/lib/python3.10/site-packages/selenium/webdriver/common/actions/action_builder.py:96: in per
📸 Failure Screenshot:
Test failure screenshot
test_w06_signup_verify_premium_tags_and_see_pricing__release
passed
⏱️ Duration: 337.24s
test_w07_signup_verify_editorial_tags_and_see_pricing
passed
⏱️ Duration: 362.87s
test_w18_verify_aspect_ratio_functionalities
failed
⏱️ Duration: 225.38s
❌ Error:
fixturefunc = <function user_changes_aspect_ratio at 0x7fe150f6b520> request = <FixtureRequest for <Function test_w18_verify_aspect_ratio_functionalities>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="d847ea5f7b2e2f85a7b6fd7710439927")>} 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_publisher_page.py:488: in user_changes_aspect_ratio bs_fail_with_traceback(browser, user_changes_aspect_ratio, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:486: in user_changes_aspect_ratio change_aspect_ratio(browser) pages/publish_functionality_page.py:140: in change_aspect_ratio do_click(browser, SAVE_AND_PREVIEW_BTN, 20) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py:92: in until value = method(self._driver) venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py:355: in _predicate target = driver.find_element(*target) #
test_w19_verify_brand_manager_functionalities_basic
failed
⏱️ Duration: 433.51s
❌ Error:
fixturefunc = <function publish_editor_video at 0x7fe15118f010> request = <FixtureRequest for <Function test_w19_verify_brand_manager_functionalities_basic>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="45f112f69c456ca16fa4ee0ba267cb67")>} 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_editor_page.py:397: in publish_editor_video bs_fail_with_traceback(browser, publish_editor_video, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_editor_page.py:395: in publish_editor_video publish_video(browser) pages/editor_page.py:1158: in publish_video do_click(browser, SAVE_AND_PREVIEW_BTN, 10) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py:92: in until value = method(self._driver) venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py:355: in _predicate target = driver.find_element(*target) # grab element at locator venv/lib/python3.10/s
test_w22_verify_password_changes__release
failed
⏱️ Duration: 209.37s
❌ Error:
fixturefunc = <function change_a_password at 0x7fe150f1e950> request = <FixtureRequest for <Function test_w22_verify_password_changes__release>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="637d777df29916e00c5a264f862033fe")>} 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:47: in change_a_password bs_fail_with_traceback(browser, change_a_password, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_my_account_page.py:45: in change_a_password verify_change_success_message(browser) pages/my_account_page.py:256: in verify_change_success_message do_click(browser, POP_UP_OK) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="637d777df29916e00c5a264f862033fe")> method = <function element_to_be_clickable.<locals>._predicate at 0x7fe14ff77910> message = '' def until(self, method
📸 Failure Screenshot:
Test failure screenshot
test_w04_add_custom_uploaded_assets_to_a_video_and_render_it__release
passed
⏱️ Duration: 783.08s
test_w05_create_a_video_from_uploaded_video
passed
⏱️ Duration: 288.48s
test_w11_new_user_purchases_plan_after_adding_a_brand__release
passed
⏱️ Duration: 147.39s
test_w14_verify_drafted_video_and_delete
passed
⏱️ Duration: 293.09s
test_w15_verify_drafted_video_and_publish__release
passed
⏱️ Duration: 266.41s
test_w17_edit_published_video_starting_from_dashboard__release
failed
⏱️ Duration: 314.40s
❌ Error:
fixturefunc = <function go_to_published_tab at 0x7f098986ca60> request = <FixtureRequest for <Function test_w17_edit_published_video_starting_from_dashboard__release>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="70efa4a088ab5889a582a4d968563a7d")>} 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_dashboard_page.py:56: in go_to_published_tab bs_fail_with_traceback(browser, go_to_published_tab, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_dashboard_page.py:54: in go_to_published_tab go_to_dashboard(browser, "published") _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="70efa4a088ab5889a582a4d968563a7d")> project_type = 'published' def go_to_dashboard(browser, project_type: str): """ Go to Dashboard and open project_type (str): locator [Draft or Published] """ if project_type == "drafts": option = MY_VIDEOS_DRAFTS elif project_
📸 Failure Screenshot:
Test failure screenshot
test_w28_verify_search_bar_in_dashboard[drafts]
passed
⏱️ Duration: 141.09s
test_w20_verify_brand_manager_functionalities_through_wizard
passed
⏱️ Duration: 525.18s
test_w23_fully_preview_a_video_on_create_page
failed
⏱️ Duration: 171.16s
❌ Error:
fixturefunc = <function full_preview_of_video at 0x7f0989892200> request = <FixtureRequest for <Function test_w23_fully_preview_a_video_on_create_page>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="97d4496dc8e9c8d03b7911f615758d5a")>} 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:56: in full_preview_of_video bs_fail_with_traceback(browser, full_preview_of_video, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_create_page.py:54: in full_preview_of_video preview_and_verify_preview_functionalities_template(browser) pages/create_page.py:210: in preview_and_verify_preview_functionalities_template check_all_ratios(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="97d4496dc8e9c8d03b7911f615758d5a")> def check_all_ratios(browser): """ Helper function - it verifies all ratios on preview """ do_hover(browser, PREVIEW_WRAPPER_WHOLE_VIDE
📸 Failure Screenshot:
Test failure screenshot
test_w29_download_a_video_from_the_publish_page[streaming_full_hd]
failed
⏱️ Duration: 304.82s
❌ Error:
fixturefunc = <function verify_file_downloaded at 0x7f09897abf40> request = <FixtureRequest for <Function test_w29_download_a_video_from_the_publish_page[streaming_full_hd]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="2ee886f08a2f5fc4fb39219c33c5d775")>} 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_planner_page.py:712: in verify_file_downloaded bs_fail_with_traceback(browser, verify_file_downloaded, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_planner_page.py:710: in verify_file_downloaded assert_file_downloaded(browser) helpers/common_helpers.py:1269: in assert_file_downloaded files_downloaded_successfully(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="2ee886f08a2f5fc4fb39219c33c5d775")> def files_downloaded_successfully(browser): """ Requires: User is on the Google Chrome downloads tab Wait is added to make sure that download process is
📸 Failure Screenshot:
Test failure screenshot
test_w27_verify_header_for_logged_and_not_logged
passed
⏱️ Duration: 235.47s
test_w03_customize_a_video_and_render_it__release
failed
⏱️ Duration: 702.41s
❌ Error:
fixturefunc = <function back_to_editor_discard at 0x7ff749fea8c0> request = <FixtureRequest for <Function test_w03_customize_a_video_and_render_it__release>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="7d2e01df40ac18c9b30a5fe5ab64b744")>} 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_editor_page.py:454: in back_to_editor_discard bs_fail_with_traceback(browser, back_to_editor_discard, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_editor_page.py:452: in back_to_editor_discard go_back_to_editor_then_discard(browser) pages/editor_page.py:1323: in go_back_to_editor_then_discard do_click(browser, EDIT_VIDEO) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="7d2e01df40ac18c9b30a5fe5ab64b744")> method = <function element_to_be_clickable.<locals>._predicate at 0x7ff749b31a20> message = ''
📸 Failure Screenshot:
Test failure screenshot
test_w08_verify_editorial_clip_used_popup_is_displayed_for_a_paid_user
failed
⏱️ Duration: 404.48s
❌ Error:
fixturefunc = <function verify_pricing_editorial_nav at 0x7ff749feac20> request = <FixtureRequest for <Function test_w08_verify_editorial_clip_used_popup_is_displayed_for_a_paid_user>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="2f9467b1c9f3d0f9ee9fc34e467db7da")>} 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_editor_page.py:470: in verify_pricing_editorial_nav bs_fail_with_traceback(browser, verify_pricing_editorial_nav, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_editor_page.py:468: in verify_pricing_editorial_nav check_pricing_and_publish_page_editorial_suite(browser) pages/newcancellation_page.py:147: in check_pricing_and_publish_page_editorial_suite check_pricing_and_publish_page_editorial(browser) pages/newcancellation_page.py:137: in check_pricing_and_publish_page_editorial do_click(browser, EDITORIAL_VIDEO_IS_READY_CONTINUE_BTN, 40) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
📸 Failure Screenshot:
Test failure screenshot
test_w10_new_user_purchases_plan_after_uploading_a_watermark_with_url__release
passed
⏱️ Duration: 477.09s
test_w16_verify_audio_filters_and_render_a_video_with_changed_music__release
passed
⏱️ Duration: 275.45s
test_w28_verify_search_bar_in_dashboard[published]
passed
⏱️ Duration: 139.22s
test_w21_verify_incorrect_change_of_password
passed
⏱️ Duration: 202.99s
test_w24_verify_all_players__release
failed
⏱️ Duration: 308.74s
❌ Error:
fixturefunc = <function verify_user_redirected_to_publisher at 0x7ff749d47c70> request = <FixtureRequest for <Function test_w24_verify_all_players__release>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="7b89b09342e13096caa54d7dd4633c82")>} 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_publisher_page.py:25: in verify_user_redirected_to_publisher bs_fail_with_traceback(browser, verify_user_redirected_to_publisher, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="7b89b09342e13096caa54d7dd4633c82")> @then('I verify user is redirected to the publisher') def verify_user_redirected_to_publisher(browser): try: > assert is_visible(browser, PUBLISH_POST_BTN, 15) E assert False E + where False = is_visible(<selenium.webdriver.remote.webdriver.WebDriver (session="7b89b09342e13096caa54d7dd4633c82")>, ('xpath', '//BUTTON[
📸 Failure Screenshot:
Test failure screenshot
test_w29_download_a_video_from_the_publish_page[hd]
failed
⏱️ Duration: 325.54s
❌ Error:
fixturefunc = <function verify_file_downloaded at 0x7ff749d5ff40> request = <FixtureRequest for <Function test_w29_download_a_video_from_the_publish_page[hd]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="4feab9a3e2de10d34ebbf718c690118b")>} 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_planner_page.py:712: in verify_file_downloaded bs_fail_with_traceback(browser, verify_file_downloaded, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_planner_page.py:710: in verify_file_downloaded assert_file_downloaded(browser) helpers/common_helpers.py:1269: in assert_file_downloaded files_downloaded_successfully(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="4feab9a3e2de10d34ebbf718c690118b")> def files_downloaded_successfully(browser): """ Requires: User is on the Google Chrome downloads tab Wait is added to make sure that download process is already started
📸 Failure Screenshot:
Test failure screenshot
test_w29_download_a_video_from_the_publish_page[full_hd]
failed
⏱️ Duration: 306.84s
❌ Error:
fixturefunc = <function verify_file_downloaded at 0x7ff749d5ff40> request = <FixtureRequest for <Function test_w29_download_a_video_from_the_publish_page[full_hd]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="6d76fd1985fd3437b4517d3754d9382e")>} 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_planner_page.py:712: in verify_file_downloaded bs_fail_with_traceback(browser, verify_file_downloaded, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_planner_page.py:710: in verify_file_downloaded assert_file_downloaded(browser) helpers/common_helpers.py:1269: in assert_file_downloaded files_downloaded_successfully(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="6d76fd1985fd3437b4517d3754d9382e")> def files_downloaded_successfully(browser): """ Requires: User is on the Google Chrome downloads tab Wait is added to make sure that download process is already st
📸 Failure Screenshot:
Test failure screenshot