⏱️ Duration: 35.55s
❌ Error:
self = <tests.test_ptv.TestPtv object at 0x7f01a411bf10>
ptv_page = <pages.ptv_page.PtvPage object at 0x7f01a4119bd0>
login_page = <pages.login_page.LoginPage object at 0x7f01a4140130>
base_url = 'https://promo.com'
@pytest.mark.skip_smoke
@pytest.mark.skip_sanity
def test_ptv01_verify_ptv_socials_functionalities(
self, ptv_page: PtvPage, login_page: LoginPage, base_url
):
"""
PTV01 Verify PTV socials functionalities
Feature scenario:
Given user is logged in
When I go to PTV landing page
And I create a new video
And I choose a template
And I choose an uploaded image
And I publish the video
Then I verify socials for PTV (Facebook account connected)
When I publish PTV post to Facebook
And I go to My Published Videos
Then I delete the last published video
When I go back to Promo
Then I should see the create page
"""
> login_page.login_directly(base_url, general_mail(), get_password())
tests/test_ptv.py:75:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 0x7f01
📸 Failure Screenshot:
⏱️ Duration: 33.98s
❌ Error:
self = <tests.test_ptv.TestPtv object at 0x7f01a411b970>
ptv_page = <pages.ptv_page.PtvPage object at 0x7f01a1c013f0>
login_page = <pages.login_page.LoginPage object at 0x7f01a1c00b80>
base_url = 'https://promo.com'
@pytest.mark.skip_smoke
@pytest.mark.skip_sanity
def test_ptv02_verify_ptv_download_functionalities(
self, ptv_page: PtvPage, login_page: LoginPage, base_url
):
"""
PTV02 Verify PTV download functionalities
Feature scenario:
Given user is logged in
When I go to PTV landing page
And I create a new video
And I choose a template
And I choose an uploaded image
And I publish the video
When I download Full HD PTV video
Then I check file is downloaded successfully
"""
> login_page.login_directly(base_url, general_mail(), get_password())
tests/test_ptv.py:108:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 0x7f01a411af50>
cb = <function Channel.send.<locals>.<lambda> at 0x7f01a367b760>
is_internal = False, title = None
async def wrap_api_call(
self, cb: Callable[[], Any], is_int
📸 Failure Screenshot: