← Back to All Reports
TESTS FAILED (50%)
Job Name
active_cast_prod
Pipeline ID
Job ID
#4421770
Branch
master
Commit
N/A
Executed At
2026-09-26T23:07:02.573625
3
Passed
3
Failed
0
Skipped

Test Results (6 tests)

test_as01_smoke_logged_in_create_page[chromium]
failed
⏱️ Duration: 9.32s
❌ Error:
self = <tests.test_active_cast.TestActiveCast object at 0x7f50e5a13af0> page = <Page url='https://promo.com/activecast'>, base_url = 'https://promo.com' def test_as01_smoke_logged_in_create_page(self, page: Page, base_url: str) -> None: """Logged-in user on /active-cast sees header nav, curated catalog preview with category tags, recreate-btn on hover, and lands on /generate-from/.""" login_page = LoginPage(page) login_page.login_directly(base_url, general_mail(), get_password()) login_page.assert_logged_in_as(fullname) active_cast = ActiveCastPage(page) active_cast.navigate_to_active_cast(base_url) > active_cast.assert_header_nav_items() tests/test_active_cast.py:30: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/active_cast_page.py:127: in assert_header_nav_items self.page.locator(selector).wait_for(state="visible", timeout=self.T_ACTION) /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 0x7f50e5a10160> cb = <function Channel.send.<locals>.<lambda> at 0x7f50e4fba9e0> 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) parsed_st = _attach_api_call_information(
📸 Failure Screenshot:
Test failure screenshot
test_as02_smoke_not_logged_in_showcase[chromium]
passed
⏱️ Duration: 2.13s
test_as03_my_videos_action_buttons[chromium]
failed
⏱️ Duration: 9.14s
❌ Error:
self = <tests.test_active_cast.TestActiveCast object at 0x7f50e5a11b70> page = <Page url='https://promo.com/activecast'>, 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.""" login_page = LoginPage(page) login_page.login_directly(base_url, general_mail(), get_password()) login_page.assert_logged_in_as(fullname) active_cast = ActiveCastPage(page) active_cast.navigate_to_active_cast(base_url) > active_cast.go_to_my_videos() tests/test_active_cast.py:55: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/active_cast_page.py:171: in go_to_my_videos self.page.locator(self.NAV_MY_VIDEOS).wait_for(state="visible", timeout=self.T_ACTION) /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 0x7f50e5a10160> cb = <function Channel.send.<locals>.<lambda> at 0x7f50e4f948b0> 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) parsed_st = _attach_api_call_information( getat
📸 Failure Screenshot:
Test failure screenshot
test_as04_generate_page_controls_after_image_activation[chromium]
passed
⏱️ Duration: 10.06s
test_as05_full_generation_flow[chromium]
failed
⏱️ Duration: 8.78s
❌ Error:
self = <tests.test_active_cast.TestActiveCast object at 0x7f50e5a11de0> page = <Page url='https://promo.com/activecast'>, base_url = 'https://promo.com' @pytest.mark.skip_smoke def test_as05_full_generation_flow(self, page: Page, base_url: str) -> None: """Logged-in user activates an image, configures Kling 3 Standard generation, and waits for video result.""" login_page = LoginPage(page) login_page.login_directly(base_url, general_mail(), get_password()) login_page.assert_logged_in_as(fullname) active_cast = ActiveCastPage(page) active_cast.navigate_to_active_cast(base_url) > active_cast.click_create_in_nav() tests/test_active_cast.py:81: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/active_cast_page.py:277: in click_create_in_nav self.page.locator(self.NAV_CREATE).wait_for(state="visible", timeout=self.T_ACTION) /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 0x7f50e5a10160> cb = <function Channel.send.<locals>.<lambda> at 0x7f50df3dc820> 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) parsed_st = _attach_api_call_information( getattr(task,
📸 Failure Screenshot:
Test failure screenshot
test_as06_upload_own_photo[chromium]
passed
⏱️ Duration: 9.20s