← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
publisher_prod
Pipeline ID
Job ID
#4063351
Branch
master
Commit
N/A
Executed At
2026-02-01T05:59:49.404769
10
Passed
2
Failed
0
Skipped

Test Results (12 tests)

test_pu01_verify_publisher_functionalities_post_fb
passed
⏱️ Duration: 232.34s
test_pu02_verify_publisher_functionalities_reel_fb
passed
⏱️ Duration: 313.25s
test_pu03_verify_scheduler_functionalities_fb_happy_path
passed
⏱️ Duration: 404.41s
test_pu04_verify_scheduler_functionalities_with_issues
passed
⏱️ Duration: 354.22s
test_pu05_verify_scheduler_edit_and_reschedule
passed
⏱️ Duration: 531.32s
test_pu06_verify_a_new_post_button
failed
⏱️ Duration: 137.64s
❌ Error:
fixturefunc = <function add_new_post_today at 0x7f981eaaa050> request = <FixtureRequest for <Function test_pu06_verify_a_new_post_button>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="89f00e24a6c30659f2941e8cb0b35293")>} 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:164: in add_new_post_today bs_fail_with_traceback(browser, add_new_post_today, e) helpers/common_helpers.py:789: in bs_fail_with_traceback raise exception tests/test_planner_page.py:161: in add_new_post_today open_dropdown_for_today_in_planner(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="89f00e24a6c30659f2941e8cb0b35293")> def open_dropdown_for_today_in_planner(browser): """ Opens dropdown on current day from planner """ time.sleep(5) assert is_visible(browser, MY_CAL_CURRENT_DAY) do_hover(browser, MY_CAL_CURRENT_DAY) > assert is_visible(browser, PLANNER_PLUS_ITEM) E Asser
📸 Failure Screenshot:
Test failure screenshot
test_pu07_verify_duplication_a_published_post_from_planner
passed
⏱️ Duration: 490.87s
test_pu08_verify_duplication_a_scheduled_post_from_planner
passed
⏱️ Duration: 554.02s
test_pu09_verify_create_another_post_from_publish_summary
failed
⏱️ Duration: 129.71s
❌ Error:
fixturefunc = <function add_new_post_today at 0x7f981eaaa050> request = <FixtureRequest for <Function test_pu09_verify_create_another_post_from_publish_summary>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="2d69c299bc234a7b1d1629787970cad9")>} 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:164: in add_new_post_today bs_fail_with_traceback(browser, add_new_post_today, e) helpers/common_helpers.py:789: in bs_fail_with_traceback raise exception tests/test_planner_page.py:161: in add_new_post_today open_dropdown_for_today_in_planner(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="2d69c299bc234a7b1d1629787970cad9")> def open_dropdown_for_today_in_planner(browser): """ Opens dropdown on current day from planner """ time.sleep(5) assert is_visible(browser, MY_CAL_CURRENT_DAY) do_hover(browser, MY_CAL_CURRENT_DAY) > assert is_visible(browser, PLANNER_P
📸 Failure Screenshot:
Test failure screenshot
test_pu10_verify_upload_to_facebook_ad_manager
passed
⏱️ Duration: 217.23s
test_pu11_verify_saving_a_social_post_as_draft[publish]
passed
⏱️ Duration: 455.57s
test_pu11_verify_saving_a_social_post_as_draft[schedule]
passed
⏱️ Duration: 441.80s