← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
active_cast_prod
Pipeline ID
Job ID
#4415991
Branch
develop
Commit
N/A
Executed At
2026-09-22T10:25:33.560946
5
Passed
1
Failed
0
Skipped

Test Results (6 tests)

test_as01_smoke_logged_in_create_page[chromium]
passed
⏱️ Duration: 9.90s
test_as02_smoke_not_logged_in_showcase[chromium]
passed
⏱️ Duration: 1.75s
test_as03_my_videos_action_buttons[chromium]
passed
⏱️ Duration: 9.23s
test_as04_generate_page_controls_after_image_activation[chromium]
passed
⏱️ Duration: 8.15s
test_as05_full_generation_flow[chromium]
passed
⏱️ Duration: 138.77s
test_as06_upload_own_photo[chromium]
failed
⏱️ Duration: 33.71s
❌ Error:
self = <tests.test_active_cast.TestActiveCast object at 0x7f92be09d7b0> page = <Page url='https://promo.com/activecast/generate'> base_url = 'https://promo.com' @pytest.mark.skip_smoke def test_as06_upload_own_photo(self, page: Page, base_url: str) -> None: """Logged-in user uploads their own photo on the create page and lands on the generate page with it as the source image. Upload Photo previously had an asymmetric rollout (present on prod/test05, absent on test03), but as of 2026-09-06 the qaid probe confirms upload-photo-btn/upload-photo-input are now present on test03 too, so the skip has been removed. """ login_page = LoginPage(page) login_page.login_directly(base_url, general_mail(), get_password()) login_page.assert_logged_in_as(fullname) active_cast = ActiveCastPage(page) active_cast.navigate_to_create(base_url) active_cast.click_upload_photo_and_upload(swans_photo_path) > active_cast.assert_generate_page_title_contains_filename("swans.jpg") tests/test_active_cast.py:120: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pages.active_cast_page.ActiveCastPage object at 0x7f92bd2f8f70> filename = 'swans.jpg' def assert_generate_page_title_contains_filename(self, filename: str) -> None: title = self.page.locator(self.GENERATE_PAGE_TITLE) > expect(title).to_be_visible(timeout=self.T_UPLOAD) E AssertionError: Locator expected to be visible E Actual value: None E Error: element(s) not found E Call log: E - Expect "to_be_visible" with timeout 25000ms E - waiting for locator("[data-qaid=\"change-image\"] .stage-header__title-text") E E Aria snapshot: E - link "Skip to main content": E - /url: "#main" E - banner: E - link "Go to home": E - /url: /activecast E - button "Automate Promo" E
📸 Failure Screenshot:
Test failure screenshot