From da8d67c7e7fd55ce605e95370be595ae3f71ce46 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 11 Jul 2019 13:20:40 +1200 Subject: [PATCH] Add the unread inbox menu display to percy --- spec/features/notifications_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/features/notifications_spec.rb b/spec/features/notifications_spec.rb index 4b2140d3f..dc149c7d9 100644 --- a/spec/features/notifications_spec.rb +++ b/spec/features/notifications_spec.rb @@ -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