From 7b401ed9862e91aa52f28f58bd346caa73261987 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 13 Dec 2021 09:38:41 +0000 Subject: [PATCH] Remove irrelevant test expectation --- spec/features/user_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/user_spec.rb b/spec/features/user_spec.rb index 2fb117941..71375f4d2 100644 --- a/spec/features/user_spec.rb +++ b/spec/features/user_spec.rb @@ -18,7 +18,6 @@ RSpec.describe "User Features" do fill_in("user[password]", with: "pAssword1") click_button("Sign in") expect(page).to have_current_path("/logs") - expect(page).to have_css(".govuk-notification-banner.govuk-notification-banner--success") end end