summaryrefslogtreecommitdiff
path: root/spec/features/issues_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r--spec/features/issues_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index d7f3f3a302c..f0daf081018 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -226,7 +226,7 @@ describe "Issues", feature: true do
issue.save
end
- it 'shows assignee text' do
+ it "shows assignee text", js: true do
logout
login_with guest
@@ -262,7 +262,7 @@ describe "Issues", feature: true do
issue.save
end
- it 'shows milestone text' do
+ it "shows milestone text", js: true do
logout
login_with guest