This commit is contained in:
retoor 2026-05-23 10:16:56 +02:00
parent 5d9ff4c5ba
commit 0b233e5fd4

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()