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

Test Results (3 tests)

test_as01_smoke_logged_in_create_page[chromium]
failed
⏱️ Duration: 8.58s
❌ Error:
self = <tests.test_active_cast.TestActiveCast object at 0x7f1f37923af0> 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 0x7f1f37920160> cb = <function Channel.send.<locals>.<lambda> at 0x7f1f36ecadd0> 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_as03_my_videos_action_buttons[chromium]
failed
⏱️ Duration: 7.47s
❌ Error:
self = <tests.test_active_cast.TestActiveCast object at 0x7f1f37921b70> 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 0x7f1f37920160> cb = <function Channel.send.<locals>.<lambda> at 0x7f1f36d256c0> 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_as05_full_generation_flow[chromium]
failed
⏱️ Duration: 8.28s
❌ Error:
self = <tests.test_active_cast.TestActiveCast object at 0x7f1f37921de0> 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 0x7f1f37920160> cb = <function Channel.send.<locals>.<lambda> at 0x7f1f35f1e9e0> 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