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
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-06-03 17:45:26 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-06-03 18:40:47 +0300
commit3f55e0b29fe39c5fd31c703911c96808bd17335d (patch)
tree482c6cf7c55358974a5da8a84040a937c0e620bf /spec/features/admin
parentfe0ebf76c49e2512b211c5d43152275c536f7e3a (diff)
Use the default strings of timeago.js for timeago
Diffstat (limited to 'spec/features/admin')
-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 90cf5a53787..7371a494d36 100644
--- a/spec/features/admin/admin_uses_repository_checks_spec.rb
+++ b/spec/features/admin/admin_uses_repository_checks_spec.rb
@@ -28,7 +28,7 @@ feature 'Admin uses repository checks' do
visit_admin_project_page(project)
page.within('.alert') do
- expect(page.text).to match(/Last repository check \(.* ago\) failed/)
+ expect(page.text).to match(/Last repository check \(just now\) failed/)
end
end