⏱️ Duration: 35.72s
❌ Error:
self = <tests.test_web_render.TestWebRender object at 0x7fdb7a7759f0>
login_page = <pages.login_page.LoginPage object at 0x7fdb79931450>
create_page = <pages.create_page.CreatePage object at 0x7fdb799c85b0>
editor_page = <pages.editor_page.EditorPage object at 0x7fdb799c8460>
publish_page = <pages.publish_page.PublishPage object at 0x7fdb799c8430>
base_url = 'https://promo.com'
def test_w05_create_video_from_uploaded_video(
self, login_page, create_page, editor_page, publish_page, base_url
):
"""
W05 Create a video from uploaded video
Uploads a video file on the create page, creates a project from it,
publishes/renders, then returns to create page and deletes the upload.
"""
> login_page.login_directly(base_url, general_mail(), get_password())
tests/test_web_render.py:169:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pages/login_page.py:116: in login_directly
self.page.wait_for_function(
/usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:12761: in wait_for_function
self._sync(
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_page.py:1151: in wait_for_function
return await self._main_frame.wait_for_function(**locals_to_params(locals()))
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:940: in wait_for_function
await self._channel.send("waitForFunction", self._timeout, params)
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:76: in send
return await self._connection.wrap_api_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <playwright._impl._connection.Connection object at 0x7fdb7a774c40>
cb = <function Channel.send.<locals>.<lambda> at 0x7fdb79cc8b80>
is_internal = False, title = None
async def wrap_api_call(
self, cb: Callable[[], Any], is_internal: bool = False, title: str = None
) -> Any:
if self._api_zo
📸 Failure Screenshot:
⏱️ Duration: 35.42s
❌ Error:
self = <tests.test_web_render.TestWebRender object at 0x7fdb7a777040>
login_page = <pages.login_page.LoginPage object at 0x7fdb729b61d0>
create_page = <pages.create_page.CreatePage object at 0x7fdb72825990>
editor_page = <pages.editor_page.EditorPage object at 0x7fdb72825180>
publish_page = <pages.publish_page.PublishPage object at 0x7fdb72825b10>
publisher_page = <pages.publisher_page.PublisherPage object at 0x7fdb72825d80>
planner_page = <pages.planner_page.PlannerPage object at 0x7fdb72825e10>
base_url = 'https://promo.com'
def test_w24_verify_all_players(
self, login_page, create_page, editor_page, publish_page, publisher_page, planner_page, base_url
):
"""
W24 Verify all players
Creates and renders a video, verifies the player on the publish page,
schedules to Facebook via the Publisher (verifies player in composer),
publishes the post, navigates to the Planner and verifies the player there.
"""
> login_page.login_directly(base_url, general_mail(), get_password())
tests/test_web_render.py:279:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pages/login_page.py:116: in login_directly
self.page.wait_for_function(
/usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:12761: in wait_for_function
self._sync(
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_page.py:1151: in wait_for_function
return await self._main_frame.wait_for_function(**locals_to_params(locals()))
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:940: in wait_for_function
await self._channel.send("waitForFunction", self._timeout, params)
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:76: in send
return await self._connection.wrap_api_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <playwright._impl._connection.Connection object at 0x7fdb7a774c40>
cb = <func
📸 Failure Screenshot: