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