Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-25 18:58:56 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-27 02:35:45 +0300
commitebcd5711c5ff937bf925002bf9a5b636b037684e (patch)
treeaf6ef8618e3e57dd3e03501e82647488c78a0ed1 /spec
parentc5f6c811eec6bca7952f84af9e30f3fafb848352 (diff)
Replace time_ago_in_words with JS-based one
Diffstat (limited to 'spec')
-rw-r--r--spec/features/admin/admin_uses_repository_checks_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_uses_repository_checks_spec.rb b/spec/features/admin/admin_uses_repository_checks_spec.rb
index f1ac73ff819..90cf5a53787 100644
--- a/spec/features/admin/admin_uses_repository_checks_spec.rb
+++ b/spec/features/admin/admin_uses_repository_checks_spec.rb
@@ -19,7 +19,7 @@ feature 'Admin uses repository checks' do
expect(page).to have_content('Repository check was triggered')
end
- scenario 'to see a single failed repository check' do
+ scenario 'to see a single failed repository check', :js do
project = create(:project)
project.update_columns(
last_repository_check_failed: true,