summaryrefslogtreecommitdiff
path: root/spec/support/features/issuable_quick_actions_shared_examples.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/features/issuable_quick_actions_shared_examples.rb')
-rw-r--r--spec/support/features/issuable_quick_actions_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/issuable_quick_actions_shared_examples.rb b/spec/support/features/issuable_quick_actions_shared_examples.rb
index 2a883ce1074..577d55fe039 100644
--- a/spec/support/features/issuable_quick_actions_shared_examples.rb
+++ b/spec/support/features/issuable_quick_actions_shared_examples.rb
@@ -382,7 +382,7 @@ shared_examples 'issuable record that supports quick actions in its description
expect(page).to have_content 'Awesome!'
expect(page).not_to have_content '/assign @bob'
- expect(page).to have_content 'Assigns @bob.'
+ expect(page).to have_content _('Assigns @bob.')
end
end
end