← Back to All Reports
TESTS FAILED (50%)
Job Name
active_stock_prod
Pipeline ID
Job ID
#4396922
Branch
master
Commit
N/A
Executed At
2026-09-08T23:14:19.635786
1
Passed
1
Failed
0
Skipped

Test Results (2 tests)

test_as04_generate_page_controls_after_image_activation[chromium]
failed
⏱️ Duration: 45.36s
❌ Error:
self = <tests.test_active_stock.TestActiveStock object at 0x7f46113b9ae0> page = <Page url='https://promo.com/login'>, base_url = 'https://promo.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.""" login_page = LoginPage(page) > login_page.login_directly(base_url, general_mail(), get_password()) tests/test_active_stock.py:72: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/login_page.py:116: in login_directly self.page.wait_for_function( /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:12761: in wait_for_function self._sync( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_page.py:1151: in wait_for_function return await self._main_frame.wait_for_function(**locals_to_params(locals())) /usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:940: in wait_for_function await self._channel.send("waitForFunction", self._timeout, params) /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 0x7f46113bbd90> cb = <function Channel.send.<locals>.<lambda> at 0x7f461090bf40> 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, "__pw_stack__", None) or _capture_stack_trace(), is_internal, title, ) self._api_zone.set(parsed
📸 Failure Screenshot:
Test failure screenshot
test_as06_upload_own_photo[chromium]
passed
⏱️ Duration: 19.96s