← Back to All Reports
TESTS FAILED (0%)
Job Name
web_brand_manager_prod
Pipeline ID
Job ID
#4263828
Branch
master
Commit
N/A
Executed At
2026-06-14T18:24:44.722489
0
Passed
1
Failed
0
Skipped

Test Results (1 tests)

test_w20_verify_brand_manager_wizard[chromium]
failed
⏱️ Duration: 41.41s
❌ Error:
self = <tests.test_web_brand_manager.TestWebBrandManager object at 0x7f335e55c490> login_page = <pages.login_page.LoginPage object at 0x7f335e55f940> create_page = <pages.create_page.CreatePage object at 0x7f335e55ce50> editor_page = <pages.editor_page.EditorPage object at 0x7f335e55e050> brand_manager_page = <pages.brand_manager_page.BrandManagerPage object at 0x7f335e859fc0> base_url = 'https://promo.com' @pytest.mark.skip_smoke def test_w20_verify_brand_manager_wizard( self, login_page: LoginPage, create_page: CreatePage, editor_page: EditorPage, brand_manager_page: BrandManagerPage, base_url, ): """ W20 Verify Brand Manager Functionalities through Wizard Flow: 1. Login → search "summer" → customize first video → verify editor 2. Upload watermark and logo in the editor 3. Open Brand Manager from the editor → delete all existing brands 4. Create a new brand with logo and watermark via the wizard 5. Create a new project → search "summer" → customize first video → verify editor 6. Assert the brand watermark and logo are synced in the new project """ page = login_page.page # Step 1: Login and navigate to a video in the editor login_page.login_directly(base_url, general_mail(), get_password()) create_page.navigate_to_create(base_url) create_page.search_for("summer") create_page.customize_first_video() editor_page.verify_editor_loaded() # Step 2: Upload watermark and logo > editor_page.upload_watermark(brand_logo_path) tests/test_web_brand_manager.py:85: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/editor_page.py:933: in upload_watermark self.page.locator(self.WATERMARK_UPLOAD_INPUT).set_input_files(logo_path) /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:19700
📸 Failure Screenshot:
Test failure screenshot