← Back to All Reports
TESTS FAILED (8%)
Job Name
publisher_prod
Pipeline ID
Job ID
#4390219
Branch
master
Commit
N/A
Executed At
2026-09-04T04:53:18.461714
1
Passed
11
Failed
0
Skipped

Test Results (12 tests)

test_pu01_verify_publisher_functionalities_post_fb
failed
⏱️ Duration: 469.17s
❌ Error:
fixturefunc = <function select_fb_page_account at 0x7fb1f16d4700> request = <FixtureRequest for <Function test_pu01_verify_publisher_functionalities_post_fb>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="f7d52778f4b1317c4b6f61c82cd807a8")>} 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:339: in select_fb_page_account bs_fail_with_traceback(browser, select_fb_page_account, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:336: in select_fb_page_account unselect_all_social_accounts(browser) pages/publisher_page.py:611: in unselect_all_social_accounts do_click(browser, account) 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
📸 Failure Screenshot:
Test failure screenshot
test_pu02_verify_publisher_functionalities_reel_fb
failed
⏱️ Duration: 690.40s
❌ Error:
fixturefunc = <function verify_user_redirected_to_publisher at 0x7fb1f161cca0> request = <FixtureRequest for <Function test_pu02_verify_publisher_functionalities_reel_fb>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="7b4a327cf87cae0360531c5c2de1a92b")>} 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="7b4a327cf87cae0360531c5c2de1a92b")> @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="7b4a327cf87cae0360531c5c2de1a92b")>, ('xpat
📸 Failure Screenshot:
Test failure screenshot
test_pu03_verify_scheduler_functionalities_fb_happy_path
passed
⏱️ Duration: 920.93s
test_pu04_verify_scheduler_functionalities_with_issues
failed
⏱️ Duration: 606.49s
❌ Error:
fixturefunc = <function select_fb_page_account at 0x7fb1f16d4700> request = <FixtureRequest for <Function test_pu04_verify_scheduler_functionalities_with_issues>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="d19a450d5bb676c59f53f68f506849e3")>} 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:339: in select_fb_page_account bs_fail_with_traceback(browser, select_fb_page_account, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:336: in select_fb_page_account unselect_all_social_accounts(browser) pages/publisher_page.py:611: in unselect_all_social_accounts do_click(browser, account) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="d19a450d5bb676c59f53f68f506849e3")> method = <function element_to_be_clickable.<locals>._predicate at 0x7fb1f06e7400> message = ''
📸 Failure Screenshot:
Test failure screenshot
test_pu05_verify_scheduler_edit_and_reschedule
failed
⏱️ Duration: 620.46s
❌ Error:
fixturefunc = <function select_fb_page_account at 0x7fb1f16d4700> request = <FixtureRequest for <Function test_pu05_verify_scheduler_edit_and_reschedule>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="b215af851db3bf6cb6d262281459bc52")>} 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:339: in select_fb_page_account bs_fail_with_traceback(browser, select_fb_page_account, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:336: in select_fb_page_account unselect_all_social_accounts(browser) pages/publisher_page.py:611: in unselect_all_social_accounts do_click(browser, account) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="b215af851db3bf6cb6d262281459bc52")> method = <function element_to_be_clickable.<locals>._predicate at 0x7fb1ef462950> message = '' de
📸 Failure Screenshot:
Test failure screenshot
test_pu06_verify_a_new_post_button
failed
⏱️ Duration: 298.40s
❌ Error:
fixturefunc = <function add_new_post_today at 0x7fb1f15a2710> request = <FixtureRequest for <Function test_pu06_verify_a_new_post_button>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="dffdf379c361ae5ad0182bba562dde5b")>} 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:164: in add_new_post_today bs_fail_with_traceback(browser, add_new_post_today, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_planner_page.py:162: in add_new_post_today add_new_post_from_planner_today(browser) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="dffdf379c361ae5ad0182bba562dde5b")> def add_new_post_from_planner_today(browser): """ Clicks on current day New post button from dropdown """ assert is_visible(browser, MY_CAL_NEW_POST_ITEM, 20) do_click(browser, MY_CAL_NEW_POST_ITEM) > assert is_visible(browser, PUBLISHER_MAIN_HEADER, 20) E Assertio
📸 Failure Screenshot:
Test failure screenshot
test_pu07_verify_duplication_a_published_post_from_planner
failed
⏱️ Duration: 563.01s
❌ Error:
fixturefunc = <function verify_user_redirected_to_publisher at 0x7fb1f161cca0> request = <FixtureRequest for <Function test_pu07_verify_duplication_a_published_post_from_planner>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="3f8fae25a0066fb155e134738af02b06")>} 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="3f8fae25a0066fb155e134738af02b06")> @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="3f8fae25a0066fb155e134738af02b06")>
📸 Failure Screenshot:
Test failure screenshot
test_pu08_verify_duplication_a_scheduled_post_from_planner
failed
⏱️ Duration: 531.14s
❌ Error:
fixturefunc = <function select_fb_page_account at 0x7fb1f16d4700> request = <FixtureRequest for <Function test_pu08_verify_duplication_a_scheduled_post_from_planner>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="0920ada6312f0828637c3ca476eeef76")>} 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:339: in select_fb_page_account bs_fail_with_traceback(browser, select_fb_page_account, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:336: in select_fb_page_account unselect_all_social_accounts(browser) pages/publisher_page.py:611: in unselect_all_social_accounts do_click(browser, account) 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/py
📸 Failure Screenshot:
Test failure screenshot
test_pu09_verify_create_another_post_from_publish_summary
failed
⏱️ Duration: 287.34s
❌ Error:
fixturefunc = <function select_fb_page_account at 0x7fb1f16d4700> request = <FixtureRequest for <Function test_pu09_verify_create_another_post_from_publish_summary>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="bb2d2087f909ba35dcb1513b1b709fa4")>} 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:339: in select_fb_page_account bs_fail_with_traceback(browser, select_fb_page_account, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:336: in select_fb_page_account unselect_all_social_accounts(browser) pages/publisher_page.py:611: in unselect_all_social_accounts do_click(browser, account) helpers/common_helpers.py:200: in do_click WebDriverWait(browser, sec, poll_frequency=0.4).until( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="bb2d2087f909ba35dcb1513b1b709fa4")> method = <function element_to_be_clickable.<locals>._predicate at 0x7fb1f0bcf1c0> message =
📸 Failure Screenshot:
Test failure screenshot
test_pu10_verify_upload_to_facebook_ad_manager
failed
⏱️ Duration: 345.90s
❌ Error:
fixturefunc = <function select_fb_ad_account at 0x7fb1f16d48b0> request = <FixtureRequest for <Function test_pu10_verify_upload_to_facebook_ad_manager>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="02179983933da05b9ae591db0db126cb")>} 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:348: in select_fb_ad_account bs_fail_with_traceback(browser, select_fb_ad_account, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_publisher_page.py:345: in select_fb_ad_account unselect_all_social_accounts(browser) pages/publisher_page.py:611: in unselect_all_social_accounts do_click(browser, account) 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-packag
📸 Failure Screenshot:
Test failure screenshot
test_pu11_verify_saving_a_social_post_as_draft[publish]
failed
⏱️ Duration: 538.49s
❌ Error:
fixturefunc = <function verify_user_redirected_to_publisher at 0x7fb1f161cca0> request = <FixtureRequest for <Function test_pu11_verify_saving_a_social_post_as_draft[publish]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="0b2682e846f09f83ce2a9a929b3ebeb5")>} 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="0b2682e846f09f83ce2a9a929b3ebeb5")> @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="0b2682e846f09f83ce2a9a929b3ebeb5")>, (
📸 Failure Screenshot:
Test failure screenshot
test_pu11_verify_saving_a_social_post_as_draft[schedule]
failed
⏱️ Duration: 522.09s
❌ Error:
fixturefunc = <function verify_user_redirected_to_publisher at 0x7fb1f161cca0> request = <FixtureRequest for <Function test_pu11_verify_saving_a_social_post_as_draft[schedule]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="f855d8abaf2e95d799dc85d47cead7c8")>} 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="f855d8abaf2e95d799dc85d47cead7c8")> @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="f855d8abaf2e95d799dc85d47cead7c8")>,
📸 Failure Screenshot:
Test failure screenshot