From cb12887b12c16d962b74340382ccdcbc5c1e83d0 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 23 May 2026 10:16:56 +0200 Subject: [PATCH] Upate --- tests/test_feed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_feed.py b/tests/test_feed.py index 20457154..8a401a29 100644 --- a/tests/test_feed.py +++ b/tests/test_feed.py @@ -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()