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

Test Results (12 tests)

test_pu01_verify_publisher_functionalities_post_fb
passed
⏱️ Duration: 306.98s
test_pu02_verify_publisher_functionalities_reel_fb
passed
⏱️ Duration: 391.90s
test_pu03_verify_scheduler_functionalities_fb_happy_path
passed
⏱️ Duration: 471.18s
test_pu04_verify_scheduler_functionalities_with_issues
passed
⏱️ Duration: 469.10s
test_pu05_verify_scheduler_edit_and_reschedule
passed
⏱️ Duration: 671.34s
test_pu06_verify_a_new_post_button
passed
⏱️ Duration: 487.13s
test_pu07_verify_duplication_a_published_post_from_planner
passed
⏱️ Duration: 572.47s
test_pu08_verify_duplication_a_scheduled_post_from_planner
passed
⏱️ Duration: 668.99s
test_pu09_verify_create_another_post_from_publish_summary
passed
⏱️ Duration: 223.81s
test_pu10_verify_upload_to_facebook_ad_manager
passed
⏱️ Duration: 237.51s
test_pu11_verify_saving_a_social_post_as_draft[publish]
passed
⏱️ Duration: 537.04s
test_pu11_verify_saving_a_social_post_as_draft[schedule]
failed
⏱️ Duration: 473.76s
❌ Error:
fixturefunc = <function publish_or_schedule_a_draft at 0x7f5690782dd0> request = <FixtureRequest for <Function test_pu11_verify_saving_a_social_post_as_draft[schedule]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="b7f65656878cbd0fd81604f623a01242")>, 'pub_type': 'schedule'} 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_planner_page.py:233: in publish_or_schedule_a_draft bs_fail_with_traceback(browser, publish_or_schedule_a_draft, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_planner_page.py:230: in publish_or_schedule_a_draft do_click(browser, SCHEDULE_POST_FOR_LATER) helpers/common_helpers.py:201: in do_click EC.element_to_be_clickable(by_locator)).click() venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:93: in click self._execute(Command.CLICK_ELEMENT) venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:394: in _execute return self._parent.execute(command, params) venv/lib/python3.10/site-packages/selenium/webdriver/remote/
📸 Failure Screenshot:
Test failure screenshot