← Back to All Reports
PARTIALLY PASSED (92%)
Job Name
publisher_prod
Pipeline ID
Job ID
#4246537
Branch
master
Commit
N/A
Executed At
2026-06-03T02:40:56.795729
11
Passed
1
Failed
0
Skipped

Test Results (12 tests)

test_pu01_verify_publisher_functionalities_post_fb
passed
⏱️ Duration: 271.94s
test_pu02_verify_publisher_functionalities_reel_fb
passed
⏱️ Duration: 385.77s
test_pu03_verify_scheduler_functionalities_fb_happy_path
passed
⏱️ Duration: 462.69s
test_pu04_verify_scheduler_functionalities_with_issues
passed
⏱️ Duration: 436.59s
test_pu05_verify_scheduler_edit_and_reschedule
passed
⏱️ Duration: 673.02s
test_pu06_verify_a_new_post_button
passed
⏱️ Duration: 463.77s
test_pu07_verify_duplication_a_published_post_from_planner
passed
⏱️ Duration: 557.25s
test_pu08_verify_duplication_a_scheduled_post_from_planner
passed
⏱️ Duration: 613.65s
test_pu09_verify_create_another_post_from_publish_summary
passed
⏱️ Duration: 270.87s
test_pu10_verify_upload_to_facebook_ad_manager
failed
⏱️ Duration: 458.15s
❌ Error:
fixturefunc = <function upload_video_to_ad_manager at 0x7fd3c8f10040> request = <FixtureRequest for <Function test_pu10_verify_upload_to_facebook_ad_manager>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="d827b1b0862d58abfbe117aec6d6eb71")>} def call_fixture_func( fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs ) -> FixtureValue: if is_generator(fixturefunc): fixturefunc = cast( Callable[..., Generator[FixtureValue, None, None]], fixturefunc ) generator = fixturefunc(**kwargs) try: fixture_result = next(generator) except StopIteration: raise ValueError(f"{request.fixturename} did not yield a value") from None finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) request.addfinalizer(finalizer) else: fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) > fixture_result = fixturefunc(**kwargs) venv/lib/python3.10/site-packages/_pytest/fixtures.py:917: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/test_publisher_page.py:330: in upload_video_to_ad_manager bs_fail_with_traceback(browser, upload_video_to_ad_manager, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:328: in upload_video_to_ad_manager upload_video_to_fb_ad_manager(browser) pages/publisher_page.py:943: in upload_video_to_fb_ad_manager video_uploaded = get_element_text(browser, VIDEO_POSTED) helpers/common_helpers.py:475: in get_element_text elem_text = WebDriverWait(browser, 45, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="d827b1b0862d58abfbe117aec6d6eb71")> method = <function presence_of_elem
📸 Failure Screenshot:
Test failure screenshot
test_pu11_verify_saving_a_social_post_as_draft[publish]
passed
⏱️ Duration: 577.18s
test_pu11_verify_saving_a_social_post_as_draft[schedule]
passed
⏱️ Duration: 469.29s