From b9c42962421cde989803cad7a873dc8020bcb9b7 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Fri, 3 Oct 2014 18:09:52 +0200 Subject: [PATCH] Add feedback step --- spec/acceptance/suppliers/settings.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/acceptance/suppliers/settings.feature b/spec/acceptance/suppliers/settings.feature index 1e4be3a9..1a211279 100644 --- a/spec/acceptance/suppliers/settings.feature +++ b/spec/acceptance/suppliers/settings.feature @@ -7,6 +7,7 @@ Feature: Manage settings When I visit the supplier settings path And I provide a new supplier email address And the supplier submits the supplier settings form + #Then the supplier should see a settings saved message Then the supplier email should not have been changed And the supplier unconfirmed email should have been set to the new supplier email And an email should have been sent to the original supplier email with email confirmation instructions