Test Results (12 tests)
⏱️ Duration: 395.04s
❌ Error:
fixturefunc = <function verify_pricing_editorial_nav at 0x7f615cb793f0>
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="7fd4c3c87c4c80c419f36782e2da4037")>}
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:
⏱️ Duration: 316.35s
❌ Error:
fixturefunc = <function go_to_published_tab at 0x7f615cb9af80>
request = <FixtureRequest for <Function test_w17_edit_published_video_starting_from_dashboard__release>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="4c73788d441c7c75e5ff27ba63c01ce9")>}
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="4c73788d441c7c75e5ff27ba63c01ce9")>
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:
⏱️ Duration: 168.04s
❌ Error:
fixturefunc = <function full_preview_of_video at 0x7f615cb98790>
request = <FixtureRequest for <Function test_w23_fully_preview_a_video_on_create_page>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="ce1142c0ac2ca08d578fd759a10f887f")>}
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="ce1142c0ac2ca08d578fd759a10f887f")>
def check_all_ratios(browser):
"""
Helper function - it verifies all ratios on preview
"""
do_hover(browser, PREVIEW_WRAPPER_WHOLE_VIDE
📸 Failure Screenshot:
⏱️ Duration: 310.19s
❌ Error:
fixturefunc = <function verify_file_downloaded at 0x7f615cac6830>
request = <FixtureRequest for <Function test_w29_download_a_video_from_the_publish_page[full_hd]>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="925bf6b8ce91aabf3602eb8500e867a5")>}
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="925bf6b8ce91aabf3602eb8500e867a5")>
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:
⏱️ Duration: 430.73s
❌ Error:
fixturefunc = <function publish_editor_video at 0x7f1e61988f70>
request = <FixtureRequest for <Function test_w19_verify_brand_manager_functionalities_basic>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="66205dccd75a840cc9f6adebe11caf9a")>}
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
⏱️ Duration: 304.27s
❌ Error:
fixturefunc = <function logged_in_new_pass_change at 0x7f1e61685870>
request = <FixtureRequest for <Function test_w22_verify_password_changes__release>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="35d32c88c4b6aa050742460016acb8f8")>}
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_login.py:255: in logged_in_new_pass_change
bs_fail_with_traceback(browser, logged_in_new_pass_change, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_login.py:253: in logged_in_new_pass_change
user_logs_in(browser, email_pass_change, fullname)
pages/login_page.py:215: in user_logs_in
check_correct_username(browser, correct_username)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="35d32c88c4b6aa050742460016acb8f8")>
correct_username = 'Automate Promo'
def check_correct_username(browser, correct_username):
"""
Checks if user is logged correctly - checks correct username in header.
📸 Failure Screenshot:
⏱️ Duration: 295.17s
❌ Error:
fixturefunc = <function verify_user_redirected_to_publisher at 0x7f1e616870a0>
request = <FixtureRequest for <Function test_w24_verify_all_players__release>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="e3ef39211148968a92799f88d337abd1")>}
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="e3ef39211148968a92799f88d337abd1")>
@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="e3ef39211148968a92799f88d337abd1")>, ('xpath', '//BUTTON[
📸 Failure Screenshot:
⏱️ Duration: 641.66s
❌ Error:
fixturefunc = <function verify_pricing_nav at 0x7faa9addf7f0>
request = <FixtureRequest for <Function test_w03_customize_a_video_and_render_it__release>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="f70c2dfbb67aa62aa33a73147c2aef69")>}
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:1197: in check_pricing_and_publish_page
browser.execute_script("return document.readyState;")
venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:407: in execute_script
return self.execute(command, {"script": script, "args": converted_args})["value"]
venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:347: in execute
self.error_handler.check_response(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
⏱️ Duration: 308.70s
❌ Error:
fixturefunc = <function verify_file_downloaded at 0x7faa9acb96c0>
request = <FixtureRequest for <Function test_w29_download_a_video_from_the_publish_page[hd]>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="95059d4142fff3a8c06939aa14280a5d")>}
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="95059d4142fff3a8c06939aa14280a5d")>
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:
⏱️ Duration: 303.38s
❌ Error:
fixturefunc = <function verify_file_downloaded at 0x7faa9acb96c0>
request = <FixtureRequest for <Function test_w29_download_a_video_from_the_publish_page[streaming_full_hd]>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="bfd170795d20138b1b1c10163584933d")>}
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="bfd170795d20138b1b1c10163584933d")>
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: