summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/group.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/dashboard/group.rb')
-rw-r--r--features/steps/dashboard/group.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/group.rb b/features/steps/dashboard/group.rb
index 0c6a0ae3725..9b79a3be49b 100644
--- a/features/steps/dashboard/group.rb
+++ b/features/steps/dashboard/group.rb
@@ -62,6 +62,6 @@ class Spinach::Features::DashboardGroup < Spinach::FeatureSteps
end
step 'I should see the "Can not leave message"' do
- expect(page).to have_content "You can not leave Owned group because you're the last owner"
+ expect(page).to have_content "You can not leave the \"Owned\" group."
end
end