← Back to All Reports
TESTS FAILED (0%)
Job Name
ptv_prod
Pipeline ID
Job ID
#4343905
Branch
master
Commit
N/A
Executed At
2026-08-04T04:16:47.721803
0
Passed
2
Failed
0
Skipped

Test Results (2 tests)

test_ptv01_verify_ptv_socials_functionalities[chromium]
failed
⏱️ Duration: 38.82s
❌ Error:
self = <tests.test_ptv.TestPtv object at 0x7f8393d23f40> ptv_page = <pages.ptv_page.PtvPage object at 0x7f8393d23010> login_page = <pages.login_page.LoginPage object at 0x7f8393d43340> 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()) ptv_page.go_to_landing_page(base_url) ptv_page.start_new_video() > ptv_page.choose_template() tests/test_ptv.py:79: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/ptv_page.py:125: in choose_template templates.first.wait_for(state="visible", timeout=self.T_SLOW) /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:20539: in wait_for self._sync( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_locator.py:748: in wait_for await self._frame.wait_for_selector( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:394: in wait_for_selector await self._channel.send( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:76: in send return await self._connection.wrap_api_call( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <
📸 Failure Screenshot:
Test failure screenshot
test_ptv02_verify_ptv_download_functionalities[chromium]
failed
⏱️ Duration: 37.23s
❌ Error:
self = <tests.test_ptv.TestPtv object at 0x7f8393d239a0> ptv_page = <pages.ptv_page.PtvPage object at 0x7f83921fc100> login_page = <pages.login_page.LoginPage object at 0x7f83916cf190> 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()) ptv_page.go_to_landing_page(base_url) ptv_page.start_new_video() > ptv_page.choose_template() tests/test_ptv.py:112: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/ptv_page.py:125: in choose_template templates.first.wait_for(state="visible", timeout=self.T_SLOW) /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:20539: in wait_for self._sync( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_locator.py:748: in wait_for await self._frame.wait_for_selector( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:394: in wait_for_selector await self._channel.send( /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 0x7f8393d233d0> cb = <function Channel.send.<locals>.<lambda> at 0x7f83931e4280> is_internal = False, title = None async def wr
📸 Failure Screenshot:
Test failure screenshot