← Back to All Reports
TESTS FAILED (50%)
Job Name
publisher_prod
Pipeline ID
Job ID
#4383785
Branch
master
Commit
N/A
Executed At
2026-08-31T04:22:00.353963
3
Passed
3
Failed
0
Skipped

Test Results (6 tests)

test_pu01_verify_publisher_functionalities_post_fb
failed
⏱️ Duration: 603.63s
❌ Error:
fixturefunc = <function my_cal_open at 0x7fe9b0374d30> request = <FixtureRequest for <Function test_pu01_verify_publisher_functionalities_post_fb>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="91d409fdca2b30b2ac959cb566de970f")>} 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="91d409fdca2b30b2ac959cb566de970f")> 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: 560.47s
❌ Error:
fixturefunc = <function prepare_vertical_video at 0x7fe9b07d0940> request = <FixtureRequest for <Function test_pu02_verify_publisher_functionalities_reel_fb>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="45a4c181d540cedc04ec4823dfa4800e")>} 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_editor_page.py:540: in prepare_vertical_video bs_fail_with_traceback(browser, prepare_vertical_video, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_editor_page.py:537: in prepare_vertical_video choose_vertical_ratio(browser) pages/editor_page.py:223: in choose_vertical_ratio do_click(browser, RATIO_VERTICAL) 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 self._parent.execute(command, params) venv/lib/python3.10/site-packages/s
📸 Failure Screenshot:
Test failure screenshot
test_pu06_verify_a_new_post_button
failed
⏱️ Duration: 265.80s
❌ Error:
fixturefunc = <function opens_planner at 0x7fe9b0375090> request = <FixtureRequest for <Function test_pu06_verify_a_new_post_button>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="ddb8f11745325ebad2d623a95bcc03db")>} 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="ddb8f11745325ebad2d623a95bcc03db")> 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_pu08_verify_duplication_a_scheduled_post_from_planner
passed
⏱️ Duration: 957.38s
test_pu09_verify_create_another_post_from_publish_summary
passed
⏱️ Duration: 420.71s
test_pu11_verify_saving_a_social_post_as_draft[publish]
passed
⏱️ Duration: 862.83s