From 3f8c57d52585e5459a67983af5af917bc7d64870 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 23 May 2026 08:16:56 +0000 Subject: [PATCH] fix: correct spelling of "Update" in commit message to "Update" --- 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()