Upate
Some checks failed
DevPlace CI / test (push) Failing after 3m15s

This commit is contained in:
retoor 2026-05-23 10:16:56 +02:00
parent 895cca26d0
commit cb12887b12

View File

@ -133,7 +133,7 @@ def test_feed_topnav_navigation(alice):
def test_topnav_notification_bell(alice):
page, _ = alice
page.goto(f"{BASE_URL}/feed", wait_until="domcontentloaded")
bell = page.locator(".topnav-icon").first
bell = page.locator(".topnav-icon[href='/notifications']")
assert bell.is_visible()