← Back to All Reports
TESTS FAILED (54%)
Job Name
publisher2_prod
Pipeline ID
Job ID
#4306671
Branch
master
Commit
N/A
Executed At
2026-07-12T04:16:12.773983
7
Passed
6
Failed
0
Skipped

Test Results (13 tests)

test_pub01_verify_publish_and_schedule_for_yt_shorts_and_li_posts
failed
⏱️ Duration: 482.55s
❌ Error:
fixturefunc = <function opens_planner at 0x7f3e67ca8dc0> request = <FixtureRequest for <Function test_pub01_verify_publish_and_schedule_for_yt_shorts_and_li_posts>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="47c9fcddf567d06ca00c60e5dc66c5d1")>} 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="47c9fcddf567d06ca00c60e5dc66c5d1")> 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
passed
⏱️ Duration: 1089.31s
test_pub03_verify_publish_tiktok
failed
⏱️ Duration: 989.98s
❌ Error:
fixturefunc = <function publish_tiktok_private at 0x7f3e67e5e9e0> request = <FixtureRequest for <Function test_pub03_verify_publish_tiktok>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="66402e3160533cb6f000ee12299f2a4c")>} 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:219: in publish_tiktok_private bs_fail_with_traceback(browser, publish_tiktok_private, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:217: in publish_tiktok_private publish_tiktok_as_private(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="66402e3160533cb6f000ee12299f2a4c")> def publish_tiktok_as_private(browser): """ Publishes one private post to TikTok Social accounts are always connected, this test doesn't cover the connection flow """ time.sleep(2) add_video_to_post(browser) do_send_keys(browser, ADD_TEXT_TO_TIKTOK_
📸 Failure Screenshot:
Test failure screenshot
test_pub04_verify_reschedule_yt_shorts_and_li_posts
failed
⏱️ Duration: 743.98s
❌ Error:
fixturefunc = <function verify_user_redirected_to_publisher at 0x7f3e67e5c790> request = <FixtureRequest for <Function test_pub04_verify_reschedule_yt_shorts_and_li_posts>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="49e30e8137357fe7ef59a6a25569bed8")>} 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="49e30e8137357fe7ef59a6a25569bed8")> @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="49e30e8137357fe7ef59a6a25569bed8")>, ('xpa
📸 Failure Screenshot:
Test failure screenshot
test_pub05_verify_post_duplication_and_deletion
failed
⏱️ Duration: 1087.58s
❌ Error:
fixturefunc = <function my_cal_post_duplication at 0x7f3e67ca9ea0> request = <FixtureRequest for <Function test_pub05_verify_post_duplication_and_deletion>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="adc84d38642dbe6045f92575db16a104")>} 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="adc84d38642dbe6045f92575db16a104")> 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
failed
⏱️ Duration: 1141.85s
❌ Error:
fixturefunc = <function open_planner_mobile at 0x7f3e67de4940> request = <FixtureRequest for <Function test_pub06_verify_planner_functionalities_on_mobile>> kwargs = {'mob_browser': <selenium.webdriver.remote.webdriver.WebDriver (session="551beaa61daf2c2ae451f1a2b7d5793d")>} 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_mobile_view.py:113: in open_planner_mobile bs_fail_with_traceback(mob_browser, open_planner_mobile, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_mobile_view.py:111: in open_planner_mobile open_planner_mob(mob_browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ mob_browser = <selenium.webdriver.remote.webdriver.WebDriver (session="551beaa61daf2c2ae451f1a2b7d5793d")> def open_planner_mob(mob_browser): """ Opens Planner directly """ mob_browser.get(my_calendar_url) close_ai_onboarding(mob_browser) time.sleep(5) get_title = mob_browser.title > assert get_title == planner_title E AssertionError
test_pub07_verify_sticky_header_in_the_planner
passed
⏱️ Duration: 81.69s
test_pub08_verify_external_share_of_regular_scheduled_post
failed
⏱️ Duration: 309.86s
❌ Error:
fixturefunc = <function opens_planner at 0x7f3e67ca8dc0> request = <FixtureRequest for <Function test_pub08_verify_external_share_of_regular_scheduled_post>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="85588e9a26f3fc57f1c28a667bc91bef")>} 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="85588e9a26f3fc57f1c28a667bc91bef")> 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_pub09_download_a_file_from_planner_preview
passed
⏱️ Duration: 349.23s
test_pub10_filters_are_available_in_the_planner
passed
⏱️ Duration: 255.55s
test_pub11_create_a_new_aspect_ratio_for_an_ai_post_in_the_publisher
passed
⏱️ Duration: 641.18s
test_pub12_educational_videos_are_available_in_the_planner
passed
⏱️ Duration: 136.11s
test_pub13_new_user_verifies_bulk_delete_action_in_the_planner
passed
⏱️ Duration: 387.11s