⏱️ Duration: 28.92s
❌ Error:
self = <test_publisher.TestPublisherFacebook object at 0x7f916e38e950>
login_page = <pages.login_page.LoginPage object at 0x7f916e376410>
planner_page = <pages.planner_page.PlannerPage object at 0x7f916e374430>
publisher_page = <pages.publisher_page.PublisherPage object at 0x7f916e3756f0>
base_url = 'https://promo.com'
@pytest.mark.skip_smoke
@pytest.mark.skip_sanity
def test_pu09_create_another_post_from_summary(
self, login_page, planner_page, publisher_page, base_url
):
login_page.login_directly(base_url, general_mail(), get_password())
planner_page.go_to_my_calendar(base_url)
planner_page.verify_on_planner()
> planner_page.add_new_post_today()
tests/publisher_facebook/test_publisher.py:422:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pages/planner_page.py:201: in add_new_post_today
self.page.locator(self.PLUS_BUTTON).first.hover()
/usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:19385: in hover
self._sync(
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_locator.py:482: in hover
return await self._frame.hover(
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:773: in hover
await self._channel.send("hover", self._timeout, locals_to_params(locals()))
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:76: in send
return await self._connection.wrap_api_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <playwright._impl._connection.Connection object at 0x7f916e38d6f0>
cb = <function Channel.send.<locals>.<lambda> at 0x7f916c8a3760>
is_internal = False, title = None
async def wrap_api_call(
self, cb: Callable[[], Any], is_internal: bool = False, title: str = None
) -> Any:
if self._api_zone.get():
return await cb()
task = asyncio.current_task(self._loop)
parsed_st = _attach_api_c
📸 Failure Screenshot: