Add the unread inbox menu display to percy

This commit is contained in:
Brenda Wallace
2019-07-11 13:20:40 +12:00
parent 29e606a870
commit da8d67c7e7

View File

@@ -15,6 +15,9 @@ describe "Notifications", :js do
before do
login_as recipient
visit root_path
click_link 'Your Stuff'
Percy.snapshot(page, name: "notification menu")
visit notification_path(notification)
Percy.snapshot(page, name: "notifications#show")
end