Test Results (26 tests)
⏱️ Duration: 160.47s
❌ Error:
fixturefunc = <function customize_template at 0x7f9d07ca93f0>
request = <FixtureRequest for <Function test_w24_verify_all_players__release>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="bd6d1ddc17d8f36956b1e3427ccdadf5")>}
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:66: in customize_template
bs_fail_with_traceback(browser, customize_template, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_create_page.py:64: in customize_template
customize_chosen_template(browser)
pages/create_page.py:115: in customize_chosen_template
do_click(browser, USE_BTN)
helpers/common_helpers.py:200: in do_click
WebDriverWait(browser, sec, poll_frequency=0.4).until(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selenium.webdriver.support.wait.WebDriverWait (session="bd6d1ddc17d8f36956b1e3427ccdadf5")>
method = <function element_to_be_clickable.<locals>._predicate at 0x7f9d078a0280>
message = ''
def until(self, method: Callable[[WebDriver],
📸 Failure Screenshot:
⏱️ Duration: 304.04s
❌ Error:
fixturefunc = <function timeline_actions at 0x7fb30f4a0160>
request = <FixtureRequest for <Function test_w03_customize_a_video_and_render_it__release>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="82f6369ce6bdf90b15391f47c39d22a2")>}
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:32: in timeline_actions
bs_fail_with_traceback(browser, timeline_actions, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_editor_page.py:30: in timeline_actions
edit_actions_on_timeline(browser)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="82f6369ce6bdf90b15391f47c39d22a2")>
def edit_actions_on_timeline(browser):
"""
hovering over timeline, duplicate clip,
replaces the duplicate with photo
or when photo is a first part of a template - edit it (zoom)
"""
time.sleep(5) # added due to the problems with accessibility widget
hover_clip_time
📸 Failure Screenshot:
⏱️ Duration: 159.00s
❌ Error:
fixturefunc = <function init_remove_project at 0x7fb30f46b2e0>
request = <FixtureRequest for <Function test_w14_verify_drafted_video_and_delete>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="fbde25a812b3eaacb7c8200000e0b845")>}
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:48: in init_remove_project
bs_fail_with_traceback(browser, init_remove_project, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_dashboard_page.py:46: in init_remove_project
delete_draft_video(browser)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="fbde25a812b3eaacb7c8200000e0b845")>
def delete_draft_video(browser):
"""
Deletes drafted video from dashboard
"""
do_hover(browser, DRAFT_HOVER)
assert is_visible(browser, DELETE_DRAFT_VIDEO)
do_click(browser, DELETE_DRAFT_VIDEO)
assert is_visible(browser, DELETE_PROJECT_BTN)
is_visible(br
📸 Failure Screenshot:
⏱️ Duration: 551.51s
❌ Error:
fixturefunc = <function verify_pricing_nav at 0x7fb30f440dc0>
request = <FixtureRequest for <Function test_w19_verify_brand_manager_functionalities_basic>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="b0eb8c90fe08087612ce4fa4434a4990")>}
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: 282.78s
❌ Error:
fixturefunc = <function verify_audio_filters at 0x7f3a6bd83400>
request = <FixtureRequest for <Function test_w16_verify_audio_filters_and_render_a_video_with_changed_music__release>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="868f1005fe8f3f0a59ddab1782bab895")>}
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:372: in verify_audio_filters
bs_fail_with_traceback(browser, verify_audio_filters, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_editor_page.py:368: in verify_audio_filters
audio_filters_in_editor(browser, "genre")
pages/editor_page.py:1039: in audio_filters_in_editor
WebDriverWait(browser, 30).until(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selenium.webdriver.support.wait.WebDriverWait (session="868f1005fe8f3f0a59ddab1782bab895")>
method = <function audio_filters_in_editor.<locals>.<lambda> at 0x7f3a6bcb7ac0>
message = ''
def until(self, method: Callable[[WebDriver], Union[Literal[False], T]], message: str
📸 Failure Screenshot:
⏱️ Duration: 256.33s
❌ Error:
fixturefunc = <function watermark_upload at 0x7f3a6bddff40>
request = <FixtureRequest for <Function test_w20_verify_brand_manager_functionalities_through_wizard>>
kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="b9e9fd3204235668eed596cd0f67e2c8")>}
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:101: in watermark_upload
bs_fail_with_traceback(browser, watermark_upload, e)
helpers/common_helpers.py:815: in bs_fail_with_traceback
raise exception
tests/test_editor_page.py:99: in watermark_upload
upload_watermark(browser)
pages/editor_page.py:544: in upload_watermark
do_click(browser, EDITOR_WATERMARK)
helpers/common_helpers.py:200: in do_click
WebDriverWait(browser, sec, poll_frequency=0.4).until(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selenium.webdriver.support.wait.WebDriverWait (session="b9e9fd3204235668eed596cd0f67e2c8")>
method = <function element_to_be_clickable.<locals>._predicate at 0x7f3a6b1f8ca0>
message = ''
def until(self, method: Callable[[Web
📸 Failure Screenshot: