← Back to All Reports
TESTS FAILED (60%)
Job Name
active_stock_test05
Pipeline ID
Job ID
#4295924
Branch
develop
Commit
N/A
Executed At
2026-07-07T22:07:06.525269
3
Passed
2
Failed
0
Skipped

Test Results (5 tests)

test_as01_smoke_logged_in_create_page[chromium]
passed
⏱️ Duration: 8.22s
test_as02_smoke_not_logged_in_showcase[chromium]
passed
⏱️ Duration: 2.25s
test_as03_my_videos_action_buttons[chromium]
passed
⏱️ Duration: 7.25s
test_as04_generate_page_controls_after_image_activation[chromium]
failed
⏱️ Duration: 21.98s
❌ Error:
self = <tests.test_active_stock.TestActiveStock object at 0x7fb401dee740> page = <Page url='https://test05.testingpromo.com/active-stock/generate?imageId=1072528872&imageSource=getty&imageTitle=The+m...qpUiWJ_XLJMBk3be4snkQ4bnF_7AwcIxQC5elQhldck%3D&term=Bizarre&searchType=search&searchTerm=Bizarre&searchRatio=vertical'> base_url = 'https://test05.testingpromo.com' @pytest.mark.skip_smoke def test_as04_generate_page_controls_after_image_activation(self, page: Page, base_url: str) -> None: """Logged-in user activates an image from the create grid and verifies all generator controls are visible.""" LoginPage(page).login_directly(base_url, general_mail(), get_password()) active_stock = ActiveStockPage(page) active_stock.navigate_to_create(base_url) active_stock.assert_grid_has_at_least_20_items() active_stock.hover_second_item_and_assert_activate_btn() > active_stock.activate_image_and_assert_generate_page() tests/test_active_stock.py:63: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pages.active_stock_page.ActiveStockPage object at 0x7fb401dc9bd0> def activate_image_and_assert_generate_page(self) -> None: """Clicks activate-image, then asserts URL, all generator controls visible, and crop/link controls absent.""" with self.page.expect_navigation(timeout=self.T_NETWORK): self.page.locator(self.ACTIVATE_IMAGE_BTN).first.click(force=True) self.page.wait_for_load_state("networkidle", timeout=self.T_NETWORK) assert "/active-stock/generate?imageId=" in self.page.url, ( f"Expected URL to contain '/active-stock/generate?imageId=', got: {self.page.url}" ) visible_selectors = [ self.CHANGE_IMAGE_BTN, self.GENERATE_VIDEO_BTN, self.ACTION_TEMPLATE_SELECTOR, self.CAMERA_MOVEMENT_SELECTOR, self.SCENE_ACTION_INPUT, self.
📸 Failure Screenshot:
Test failure screenshot
test_as05_full_generation_flow[chromium]
failed
⏱️ Duration: 37.28s
❌ Error:
self = <tests.test_active_stock.TestActiveStock object at 0x7fb401dee3e0> page = <Page url='https://test05.testingpromo.com/active-stock/create'> base_url = 'https://test05.testingpromo.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.""" LoginPage(page).login_directly(base_url, general_mail(), get_password()) active_stock = ActiveStockPage(page) active_stock.navigate_to_active_stock(base_url) > active_stock.click_create_in_nav() tests/test_active_stock.py:72: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/active_stock_page.py:201: in click_create_in_nav self.page.wait_for_load_state("networkidle") /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:9875: in wait_for_load_state self._sync( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_page.py:580: in wait_for_load_state return await self._main_frame.wait_for_load_state(**locals_to_params(locals())) /usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:298: in wait_for_load_state return await self._wait_for_load_state_impl(state, timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <Frame name= url='https://test05.testingpromo.com/active-stock/create'> state = 'networkidle', timeout = None async def _wait_for_load_state_impl( self, state: DocumentLoadState = None, timeout: float = None ) -> None: if not state: state = "load" if state not in ("load", "domcontentloaded", "networkidle", "commit"): raise Error( "state: expected one of (load|domcontentloaded|networkidle|commit)" ) waiter = self._setup_navigation_waiter("wait_for_load_state", timeout) if state i
📸 Failure Screenshot:
Test failure screenshot