← Back to All Reports
PARTIALLY PASSED (88%)
Job Name
publisher_prod
Pipeline ID
Job ID
#4368864
Branch
master
Commit
N/A
Executed At
2026-08-21T06:37:59.005650
7
Passed
1
Failed
0
Skipped

Test Results (8 tests)

test_pu01_verify_publisher_functionalities_post_fb
passed
⏱️ Duration: 728.97s
test_pu02_verify_publisher_functionalities_reel_fb
failed
⏱️ Duration: 8317.39s
❌ Error:
fixturefunc = <function verify_pricing_nav at 0x7fa4d87fb250> request = <FixtureRequest for <Function test_pu02_verify_publisher_functionalities_reel_fb>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="194baec7e0fccd6ae81fa8ea4881e920")>} 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:421: in verify_pricing_nav bs_fail_with_traceback(browser, verify_pricing_nav, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_editor_page.py:419: in verify_pricing_nav check_pricing_and_publish_page(browser) pages/editor_page.py:1258: in check_pricing_and_publish_page do_click(browser, VIDEO_IS_READY_CONTINUE_BTN, 40) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="194baec7e0fccd6ae81fa8ea4881e920")> method = <function element_to_be_clickable.<locals>._predicate at 0x7fa4d8401240> message = ''
📸 Failure Screenshot:
Test failure screenshot
test_pu04_verify_scheduler_functionalities_with_issues
passed
⏱️ Duration: 630.64s
test_pu07_verify_duplication_a_published_post_from_planner
passed
⏱️ Duration: 791.35s
test_pu08_verify_duplication_a_scheduled_post_from_planner
passed
⏱️ Duration: 848.28s
test_pu09_verify_create_another_post_from_publish_summary
passed
⏱️ Duration: 367.20s
test_pu11_verify_saving_a_social_post_as_draft[publish]
passed
⏱️ Duration: 731.24s
test_pu11_verify_saving_a_social_post_as_draft[schedule]
passed
⏱️ Duration: 731.01s