← Back to All Reports
PARTIALLY PASSED (92%)
Job Name
publisher_prod
Pipeline ID
Job ID
#4164869
Branch
master
Commit
N/A
Executed At
2026-04-09T02:36:33.673797
11
Passed
1
Failed
0
Skipped

Test Results (12 tests)

test_pu01_verify_publisher_functionalities_post_fb
passed
⏱️ Duration: 265.79s
test_pu02_verify_publisher_functionalities_reel_fb
passed
⏱️ Duration: 423.80s
test_pu03_verify_scheduler_functionalities_fb_happy_path
passed
⏱️ Duration: 450.92s
test_pu04_verify_scheduler_functionalities_with_issues
passed
⏱️ Duration: 452.62s
test_pu05_verify_scheduler_edit_and_reschedule
passed
⏱️ Duration: 657.84s
test_pu06_verify_a_new_post_button
passed
⏱️ Duration: 469.04s
test_pu07_verify_duplication_a_published_post_from_planner
passed
⏱️ Duration: 546.74s
test_pu08_verify_duplication_a_scheduled_post_from_planner
passed
⏱️ Duration: 685.65s
test_pu09_verify_create_another_post_from_publish_summary
passed
⏱️ Duration: 296.00s
test_pu10_verify_upload_to_facebook_ad_manager
passed
⏱️ Duration: 356.81s
test_pu11_verify_saving_a_social_post_as_draft[publish]
failed
⏱️ Duration: 201.86s
❌ Error:
fixturefunc = <function opens_planner at 0x7f4700810d30> request = <FixtureRequest for <Function test_pu11_verify_saving_a_social_post_as_draft[publish]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="82edcfe31c494f42763ff6ce1602e0ee")>} 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:62: in opens_planner bs_fail_with_traceback(browser, opens_planner, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_planner_page.py:60: in opens_planner verify_user_on_planner(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="82edcfe31c494f42763ff6ce1602e0ee")> waiting = 10 def verify_user_on_planner(browser, waiting=10): """ Verifies if we are on Planner page """ > assert is_visible(browser, MY_CAL_CURRENT_DAY, waiting) E AssertionError pages/planner_page.py:20: AssertionError
📸 Failure Screenshot:
Test failure screenshot
test_pu11_verify_saving_a_social_post_as_draft[schedule]
passed
⏱️ Duration: 576.79s