← Back to All Reports
TESTS FAILED (75%)
Job Name
publisher_prod
Pipeline ID
Job ID
#4309311
Branch
master
Commit
N/A
Executed At
2026-07-14T04:16:48.126931
9
Passed
3
Failed
0
Skipped

Test Results (12 tests)

test_pu01_verify_publisher_functionalities_post_fb
failed
⏱️ Duration: 674.57s
❌ Error:
fixturefunc = <function my_cal_open at 0x7fdab7e34a60> request = <FixtureRequest for <Function test_pu01_verify_publisher_functionalities_post_fb>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="aa8a761680571e22ef396cad32745177")>} 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:44: in my_cal_open bs_fail_with_traceback(browser, my_cal_open, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_planner_page.py:42: in my_cal_open verify_user_on_planner(browser, 80) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="aa8a761680571e22ef396cad32745177")> waiting = 80 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_pu02_verify_publisher_functionalities_reel_fb
failed
⏱️ Duration: 727.36s
❌ Error:
fixturefunc = <function verify_user_redirected_to_publisher at 0x7fdab8218790> request = <FixtureRequest for <Function test_pu02_verify_publisher_functionalities_reel_fb>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="8e54b5002ccd02c10cc53120232562ce")>} 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:25: in verify_user_redirected_to_publisher bs_fail_with_traceback(browser, verify_user_redirected_to_publisher, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="8e54b5002ccd02c10cc53120232562ce")> @then('I verify user is redirected to the publisher') def verify_user_redirected_to_publisher(browser): try: > assert is_visible(browser, PUBLISH_POST_BTN, 15) E assert False E + where False = is_visible(<selenium.webdriver.remote.webdriver.WebDriver (session="8e54b5002ccd02c10cc53120232562ce")>, ('xpat
📸 Failure Screenshot:
Test failure screenshot
test_pu03_verify_scheduler_functionalities_fb_happy_path
passed
⏱️ Duration: 1327.77s
test_pu04_verify_scheduler_functionalities_with_issues
passed
⏱️ Duration: 1185.69s
test_pu05_verify_scheduler_edit_and_reschedule
passed
⏱️ Duration: 2028.13s
test_pu06_verify_a_new_post_button
failed
⏱️ Duration: 476.23s
❌ Error:
fixturefunc = <function opens_planner at 0x7fdab7e34dc0> request = <FixtureRequest for <Function test_pu06_verify_a_new_post_button>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="6f9c7ec1a775540574e32b7c6c862bd1")>} 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="6f9c7ec1a775540574e32b7c6c862bd1")> 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_pu07_verify_duplication_a_published_post_from_planner
passed
⏱️ Duration: 1184.42s
test_pu08_verify_duplication_a_scheduled_post_from_planner
passed
⏱️ Duration: 1259.27s
test_pu09_verify_create_another_post_from_publish_summary
passed
⏱️ Duration: 431.40s
test_pu10_verify_upload_to_facebook_ad_manager
passed
⏱️ Duration: 456.44s
test_pu11_verify_saving_a_social_post_as_draft[publish]
passed
⏱️ Duration: 822.88s
test_pu11_verify_saving_a_social_post_as_draft[schedule]
passed
⏱️ Duration: 780.58s