parent
895cca26d0
commit
cb12887b12
@ -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()
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user