← Back to All Reports
PARTIALLY PASSED (92%)
Job Name
publisher_facebook_prod
Pipeline ID
Job ID
#4416877
Branch
master
Commit
N/A
Executed At
2026-09-23T01:17:48.491166
12
Passed
1
Failed
0
Skipped

Test Results (13 tests)

test_pu01_publish_fb_post[chromium]
passed
⏱️ Duration: 25.54s
test_pu02_publish_fb_reel[chromium]
passed
⏱️ Duration: 64.02s
test_pu03_schedule_fb_post_happy_path[chromium]
passed
⏱️ Duration: 63.12s
test_pu04_publish_empty_post_shows_error[chromium]
passed
⏱️ Duration: 35.86s
test_pu05a_schedule_and_edit_post[chromium]
passed
⏱️ Duration: 62.50s
test_pu05b_reschedule_post[chromium]
passed
⏱️ Duration: 62.54s
test_pu06_new_post_button_today_and_tomorrow[chromium]
passed
⏱️ Duration: 46.27s
test_pu07_duplicate_published_post_from_planner[chromium]
passed
⏱️ Duration: 56.72s
test_pu08_duplicate_scheduled_post_from_planner[chromium]
passed
⏱️ Duration: 85.50s
test_pu09_create_another_post_from_summary[chromium]
failed
⏱️ Duration: 28.92s
❌ Error:
self = <test_publisher.TestPublisherFacebook object at 0x7f916e38e950> login_page = <pages.login_page.LoginPage object at 0x7f916e376410> planner_page = <pages.planner_page.PlannerPage object at 0x7f916e374430> publisher_page = <pages.publisher_page.PublisherPage object at 0x7f916e3756f0> base_url = 'https://promo.com' @pytest.mark.skip_smoke @pytest.mark.skip_sanity def test_pu09_create_another_post_from_summary( self, login_page, planner_page, publisher_page, base_url ): login_page.login_directly(base_url, general_mail(), get_password()) planner_page.go_to_my_calendar(base_url) planner_page.verify_on_planner() > planner_page.add_new_post_today() tests/publisher_facebook/test_publisher.py:422: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/planner_page.py:201: in add_new_post_today self.page.locator(self.PLUS_BUTTON).first.hover() /usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:19385: in hover self._sync( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_locator.py:482: in hover return await self._frame.hover( /usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:773: in hover await self._channel.send("hover", self._timeout, locals_to_params(locals())) /usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:76: in send return await self._connection.wrap_api_call( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <playwright._impl._connection.Connection object at 0x7f916e38d6f0> cb = <function Channel.send.<locals>.<lambda> at 0x7f916c8a3760> is_internal = False, title = None async def wrap_api_call( self, cb: Callable[[], Any], is_internal: bool = False, title: str = None ) -> Any: if self._api_zone.get(): return await cb() task = asyncio.current_task(self._loop) parsed_st = _attach_api_c
📸 Failure Screenshot:
Test failure screenshot
test_pu10_upload_to_fb_ad_manager[chromium]
passed
⏱️ Duration: 29.09s
test_pu11_save_social_post_as_draft[chromium-publish]
passed
⏱️ Duration: 69.33s
test_pu11_save_social_post_as_draft[chromium-schedule]
passed
⏱️ Duration: 60.14s