← Back to All Reports
TESTS FAILED (0%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4416243
Branch
develop
Commit
N/A
Executed At
2026-09-22T13:10:10.002544
0
Passed
2
Failed
0
Skipped

Test Results (2 tests)

test_cbe02_cbe_should_work_in_all_ratios[chromium-wide]
failed
⏱️ Duration: 45.64s
❌ Error:
self = <tests.test_chat_based_editor.TestChatBasedEditor object at 0x7fcc94b24b80> login_page = <pages.login_page.LoginPage object at 0x7fcc94b05450> autopilot_page = <pages.autopilot_page.AutopilotPage object at 0x7fcc94b07820> base_url = 'https://promo.com', ratio = 'wide' @pytest.mark.parametrize("ratio", ["wide", "vertical"]) def test_cbe02_cbe_should_work_in_all_ratios( self, login_page, autopilot_page, base_url, ratio ): """ CBE02 CBE should work in all ratios Login as AI user → open Planner → open 2nd post → change ratio → open CBE → send caption prompt → verify discard popup → save video. """ login_page.login_directly(base_url, email_ai, get_password()) autopilot_page.go_to_planner(base_url) autopilot_page.ensure_ai_posts_exist(min_count=2) autopilot_page.open_ai_post(2) autopilot_page.change_video_ratio(ratio) autopilot_page.open_cbe() autopilot_page.send_cbe_prompt_and_wait(CBE_PROMPTS["caption"]) > autopilot_page.verify_cbe_discard_popup() tests/test_chat_based_editor.py:107: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/autopilot_page.py:1566: in verify_cbe_discard_popup self.verify_cbe_save_enabled() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pages.autopilot_page.AutopilotPage object at 0x7fcc94b07820> timeout = 30000 def verify_cbe_save_enabled(self, timeout: int = 30_000): """ Verifies the Save button is enabled (backend has applied the AI change). Mirrors: verify_cbe_save_enabled(browser) retry loop """ from playwright.sync_api import expect > expect(self.page.locator(self.AICHAT_SAVE_BUTTON)).to_be_enabled(timeout=timeout) E AssertionError: Locator expected to be enabled E Actual value: disabled E Call log: E - Expect "to_be_enabled" with timeout 300
📸 Failure Screenshot:
Test failure screenshot
test_cbe02_cbe_should_work_in_all_ratios[chromium-vertical]
failed
⏱️ Duration: 45.68s
❌ Error:
self = <tests.test_chat_based_editor.TestChatBasedEditor object at 0x7fcc94b249a0> login_page = <pages.login_page.LoginPage object at 0x7fcc8e5de680> autopilot_page = <pages.autopilot_page.AutopilotPage object at 0x7fcc8e5df220> base_url = 'https://promo.com', ratio = 'vertical' @pytest.mark.parametrize("ratio", ["wide", "vertical"]) def test_cbe02_cbe_should_work_in_all_ratios( self, login_page, autopilot_page, base_url, ratio ): """ CBE02 CBE should work in all ratios Login as AI user → open Planner → open 2nd post → change ratio → open CBE → send caption prompt → verify discard popup → save video. """ login_page.login_directly(base_url, email_ai, get_password()) autopilot_page.go_to_planner(base_url) autopilot_page.ensure_ai_posts_exist(min_count=2) autopilot_page.open_ai_post(2) autopilot_page.change_video_ratio(ratio) autopilot_page.open_cbe() autopilot_page.send_cbe_prompt_and_wait(CBE_PROMPTS["caption"]) > autopilot_page.verify_cbe_discard_popup() tests/test_chat_based_editor.py:107: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/autopilot_page.py:1566: in verify_cbe_discard_popup self.verify_cbe_save_enabled() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pages.autopilot_page.AutopilotPage object at 0x7fcc8e5df220> timeout = 30000 def verify_cbe_save_enabled(self, timeout: int = 30_000): """ Verifies the Save button is enabled (backend has applied the AI change). Mirrors: verify_cbe_save_enabled(browser) retry loop """ from playwright.sync_api import expect > expect(self.page.locator(self.AICHAT_SAVE_BUTTON)).to_be_enabled(timeout=timeout) E AssertionError: Locator expected to be enabled E Actual value: disabled E Call log: E - Expect "to_be_enabled" with timeout
📸 Failure Screenshot:
Test failure screenshot