← Back to All Reports
TESTS FAILED (62%)
Job Name
publisher2_prod
Pipeline ID
Job ID
#4308085
Branch
master
Commit
N/A
Executed At
2026-07-13T04:15:02.893833
8
Passed
5
Failed
0
Skipped

Test Results (13 tests)

test_pub01_verify_publish_and_schedule_for_yt_shorts_and_li_posts
failed
⏱️ Duration: 473.84s
❌ Error:
fixturefunc = <function opens_planner at 0x7f2b37fd8dc0> request = <FixtureRequest for <Function test_pub01_verify_publish_and_schedule_for_yt_shorts_and_li_posts>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="6694f1c1170a3d51b89d1468e2b8a70a")>} 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="6694f1c1170a3d51b89d1468e2b8a70a")> 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_pub02_verify_publish_yt_longer_60_sec
failed
⏱️ Duration: 439.48s
❌ Error:
fixturefunc = <function opens_planner at 0x7f2b37fd8dc0> request = <FixtureRequest for <Function test_pub02_verify_publish_yt_longer_60_sec>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="ec5ea18bf33f3df4d0c0ff1f1ef54690")>} 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="ec5ea18bf33f3df4d0c0ff1f1ef54690")> 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_pub03_verify_publish_tiktok
failed
⏱️ Duration: 497.94s
❌ Error:
fixturefunc = <function opens_planner at 0x7f2b37fd8dc0> request = <FixtureRequest for <Function test_pub03_verify_publish_tiktok>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="861fa88905546987924e4ac081cc744c")>} 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="861fa88905546987924e4ac081cc744c")> 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_pub04_verify_reschedule_yt_shorts_and_li_posts
failed
⏱️ Duration: 1093.07s
❌ Error:
fixturefunc = <function schedule_yt_li at 0x7f2b3818ad40> request = <FixtureRequest for <Function test_pub04_verify_reschedule_yt_shorts_and_li_posts>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="dc318a5c5e0b4fdcf2c570c2ff7980ed")>} 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:235: in schedule_yt_li bs_fail_with_traceback(browser, schedule_yt_li, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:233: in schedule_yt_li schedule_posts_yt_and_li(browser) pages/publisher_page.py:826: in schedule_posts_yt_and_li schedule_ready_draft(browser, 2) pages/publisher_page.py:739: in schedule_ready_draft do_click(browser, radio_elem, 10) 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
📸 Failure Screenshot:
Test failure screenshot
test_pub05_verify_post_duplication_and_deletion
failed
⏱️ Duration: 1205.36s
❌ Error:
fixturefunc = <function my_cal_post_duplication at 0x7f2b37fd9ea0> request = <FixtureRequest for <Function test_pub05_verify_post_duplication_and_deletion>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="5e7864329e7bcb07cf1eeec045948810")>} 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:147: in my_cal_post_duplication bs_fail_with_traceback(browser, my_cal_post_duplication, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_planner_page.py:145: in my_cal_post_duplication my_cal_happy_path(browser, 1) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="5e7864329e7bcb07cf1eeec045948810")> no_scheduled = 1 def my_cal_happy_path(browser, no_scheduled: int): """ Verifies My Calendar with scheduled posts it should find [no_scheduled] posts The posts are being deleted at the end """ time.sleep(4) scheduled_items = browser.find_e
📸 Failure Screenshot:
Test failure screenshot
test_pub06_verify_planner_functionalities_on_mobile
passed
⏱️ Duration: 1148.17s
test_pub07_verify_sticky_header_in_the_planner
passed
⏱️ Duration: 84.93s
test_pub08_verify_external_share_of_regular_scheduled_post
passed
⏱️ Duration: 840.00s
test_pub09_download_a_file_from_planner_preview
passed
⏱️ Duration: 372.25s
test_pub10_filters_are_available_in_the_planner
passed
⏱️ Duration: 297.48s
test_pub11_create_a_new_aspect_ratio_for_an_ai_post_in_the_publisher
passed
⏱️ Duration: 645.96s
test_pub12_educational_videos_are_available_in_the_planner
passed
⏱️ Duration: 118.63s
test_pub13_new_user_verifies_bulk_delete_action_in_the_planner
passed
⏱️ Duration: 321.78s