Fix grammer issue in admin/runners
This commit is contained in:
parent
bb94c3bf74
commit
59010d8f82
3 changed files with 6 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
= submit_tag 'Search', class: 'btn'
|
||||
|
||||
.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
|
||||
|
||||
|
|
4
changelogs/unreleased/28353-little-grammar-issue.yml
Normal file
4
changelogs/unreleased/28353-little-grammar-issue.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix grammer issue in admin/runners
|
||||
merge_request:
|
||||
author:
|
|
@ -18,7 +18,7 @@ describe "Admin Runners" do
|
|||
|
||||
it 'has all necessary texts' do
|
||||
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
|
||||
|
||||
describe 'search' do
|
||||
|
|
Loading…
Reference in a new issue