← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
active_stock_prod
Pipeline ID
Job ID
#4305525
Branch
develop
Commit
N/A
Executed At
2026-07-11T11:49:23.555025
5
Passed
1
Failed
0
Skipped

Test Results (6 tests)

test_as01_smoke_logged_in_create_page[chromium]
passed
⏱️ Duration: 7.54s
test_as02_smoke_not_logged_in_showcase[chromium]
passed
⏱️ Duration: 2.45s
test_as03_my_videos_action_buttons[chromium]
failed
⏱️ Duration: 28.60s
❌ Error:
self = <tests.test_active_stock.TestActiveStock object at 0x7efcd9af55a0> page = <Page url='https://promo.com/active-stock/my-videos'> base_url = 'https://promo.com' @pytest.mark.skip_smoke def test_as03_my_videos_action_buttons(self, page: Page, base_url: str) -> None: """Logged-in user navigates to My Videos, confirms at least one video exists, and hovers to reveal action buttons.""" LoginPage(page).login_directly(base_url, general_mail(), get_password()) active_stock = ActiveStockPage(page) active_stock.navigate_to_active_stock(base_url) active_stock.go_to_my_videos() active_stock.assert_has_at_least_one_video() > active_stock.hover_first_video_and_assert_action_buttons() tests/test_active_stock.py:62: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/active_stock_page.py:159: in hover_first_video_and_assert_action_buttons first_video.hover() /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:19160: in hover self._sync( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_locator.py:477: in hover return await self._frame.hover( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:768: in hover await self._channel.send("hover", self._timeout, locals_to_params(locals())) /usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:69: in send return await self._connection.wrap_api_call( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <playwright._impl._connection.Connection object at 0x7efcd9af6f80> cb = <function Channel.send.<locals>.<lambda> at 0x7efcd90501f0> 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_zone.get(): return await cb() task = asyncio.current_task(self._loop) st: List[in
📸 Failure Screenshot:
Test failure screenshot
test_as04_generate_page_controls_after_image_activation[chromium]
passed
⏱️ Duration: 8.68s
test_as05_full_generation_flow[chromium]
passed
⏱️ Duration: 114.67s
test_as06_upload_own_photo[chromium]
passed
⏱️ Duration: 7.41s