← Back to All Reports
PARTIALLY PASSED (95%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4418056
Branch
master
Commit
N/A
Executed At
2026-09-24T00:11:09.040238
21
Passed
1
Failed
0
Skipped

Test Results (22 tests)

test_cbe01_cbe_service_chains_sanity[chromium-caption]
passed
⏱️ Duration: 10.10s
test_cbe01_cbe_service_chains_sanity[chromium-linebreak]
passed
⏱️ Duration: 11.04s
test_cbe01_cbe_service_chains_sanity[chromium-music]
passed
⏱️ Duration: 9.87s
test_cbe01_cbe_service_chains_sanity[chromium-outro_values]
passed
⏱️ Duration: 10.29s
test_cbe01_cbe_service_chains_sanity[chromium-remove_scene]
passed
⏱️ Duration: 9.65s
test_cbe01_cbe_service_chains_sanity[chromium-text_color]
passed
⏱️ Duration: 10.88s
test_cbe01_cbe_service_chains_sanity[chromium-text_font]
passed
⏱️ Duration: 9.73s
test_cbe01_cbe_service_chains_sanity[chromium-logo]
passed
⏱️ Duration: 10.15s
test_cbe01_cbe_service_chains_sanity[chromium-text_position]
passed
⏱️ Duration: 10.28s
test_cbe01_cbe_service_chains_sanity[chromium-translation]
passed
⏱️ Duration: 10.00s
test_cbe01_cbe_service_chains_sanity[chromium-add_scene]
passed
⏱️ Duration: 11.16s
test_cbe01_cbe_service_chains_sanity[chromium-change_watermark]
passed
⏱️ Duration: 10.36s
test_cbe02_cbe_should_work_in_all_ratios[chromium-wide]
failed
⏱️ Duration: 44.24s
❌ Error:
self = <tests.test_chat_based_editor.TestChatBasedEditor object at 0x7ffa15b04af0> login_page = <pages.login_page.LoginPage object at 0x7ffa14aeda80> autopilot_page = <pages.autopilot_page.AutopilotPage object at 0x7ffa14b2c580> 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 the first AI post from #2 onward that isn't a voice-over 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_first_ai_post_with_cbe(start=2, skip_voice_over=True) 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:108: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/autopilot_page.py:1589: in verify_cbe_discard_popup self.verify_cbe_save_enabled() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pages.autopilot_page.AutopilotPage object at 0x7ffa14b2c580> 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 enabl
📸 Failure Screenshot:
Test failure screenshot
test_cbe02_cbe_should_work_in_all_ratios[chromium-vertical]
passed
⏱️ Duration: 15.85s
test_cbe03_replace_a_clip[chromium-stock_video]
passed
⏱️ Duration: 15.25s
test_cbe03_replace_a_clip[chromium-stock_photo]
passed
⏱️ Duration: 15.30s
test_cbe03_replace_a_clip[chromium-uploaded_video]
passed
⏱️ Duration: 13.52s
test_cbe03_replace_a_clip[chromium-uploaded_photo]
passed
⏱️ Duration: 12.73s
test_cbe04_upload_via_filestack_url[chromium-video]
passed
⏱️ Duration: 26.71s
test_cbe04_upload_via_filestack_url[chromium-photo]
passed
⏱️ Duration: 14.55s
test_cbe05_voice_changes_not_possible_for_non_narrated_videos[chromium]
passed
⏱️ Duration: 8.18s
test_cbe06_upload_via_filestack_facebook_page[chromium]
passed
⏱️ Duration: 23.18s