summaryrefslogtreecommitdiff
path: root/spec/features/issues_spec.rb
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-07-04 09:26:59 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-07-17 22:47:16 +0200
commitc589029667644df4593572e2c94226bd2a5f7740 (patch)
treeaa89558c39206d6aa48797b556100c77443ab66c /spec/features/issues_spec.rb
parent714f7201d3362793d11f33793e5ef6dc83bdd2f0 (diff)
downloadgitlab-ce-c589029667644df4593572e2c94226bd2a5f7740.tar.gz
Fix failing spec.
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