← Back to All Reports
TESTS FAILED (67%)
Job Name
rendering
Pipeline ID
Job ID
#4379371
Branch
master
Commit
N/A
Executed At
2026-08-28T05:09:36.533005
2
Passed
1
Failed
0
Skipped

Test Results (3 tests)

test_r01_generate_video_and_publish[chromium-prod]
failed
⏱️ Duration: 107.93s
❌ Error:
self = <tests.test_rendering.TestRendering object at 0x7f061f7fe110> login_page = <pages.login_page.LoginPage object at 0x7f061fa5c5e0> create_page = <pages.create_page.CreatePage object at 0x7f061f7fce50> editor_page = <pages.editor_page.EditorPage object at 0x7f061f7fce20> publish_page = <pages.publish_page.PublishPage object at 0x7f061f7ff370> env = 'prod' @pytest.mark.parametrize("env", ["prod", "test03", "test05"]) def test_r01_generate_video_and_publish( self, login_page, create_page, editor_page, publish_page, env ): """ R01 Generate video and publish (all envs short smoke) Login to the specified environment, navigate to the create page, customize the first available video, publish it, and verify the publish page renders correctly. Mirrors: test_rendering_scenarios.feature → 'Generate video and publish' """ env_url = _env_base_url(env) email = _env_email(env) login_page.login_directly(env_url, email, get_password()) create_page.navigate_to_create(env_url) create_page.select_videos_from_type_dropdown() create_page.customize_first_video() > editor_page.verify_editor_loaded() tests/test_rendering.py:85: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/editor_page.py:272: in verify_editor_loaded self.page.locator(self.RATIO_TOOLBAR).wait_for(state="visible", timeout=self.T_EDITOR) /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( _ _ _ _ _ _ _
📸 Failure Screenshot:
Test failure screenshot
test_r01_generate_video_and_publish[chromium-test03]
passed
⏱️ Duration: 72.30s
test_r01_generate_video_and_publish[chromium-test05]
passed
⏱️ Duration: 61.63s