Skip to content
Snippets Groups Projects
Commit 59010d8f authored by Clement Ho's avatar Clement Ho
Browse files

Fix grammer issue in admin/runners

parent bb94c3bf
Branches
Tags
1 merge request!9344Fix grammar issue in admin/runners
Pipeline #
Loading
@@ -56,7 +56,7 @@
Loading
@@ -56,7 +56,7 @@
= submit_tag 'Search', class: 'btn' = submit_tag 'Search', class: 'btn'
   
.pull-right.light .pull-right.light
Runners with last contact less than a minute ago: #{@active_runners_cnt} Runners with last contact more than a minute ago: #{@active_runners_cnt}
   
%br %br
   
Loading
Loading
---
title: Fix grammer issue in admin/runners
merge_request:
author:
Loading
@@ -18,7 +18,7 @@ describe "Admin Runners" do
Loading
@@ -18,7 +18,7 @@ describe "Admin Runners" do
   
it 'has all necessary texts' do it 'has all necessary texts' do
expect(page).to have_text "To register a new Runner" expect(page).to have_text "To register a new Runner"
expect(page).to have_text "Runners with last contact less than a minute ago: 1" expect(page).to have_text "Runners with last contact more than a minute ago: 1"
end end
   
describe 'search' do describe 'search' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment