fix: correct spelling of "Update" in commit message to "Update"

This commit is contained in:
retoor 2026-05-23 08:16:56 +00:00
parent 3022b93a09
commit 3f8c57d525

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