Commit 5bead3e2 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix offense in runners settings QA page object class

parent a4e58122
...@@ -9,10 +9,12 @@ module QA ...@@ -9,10 +9,12 @@ module QA
end end
## ##
# TODO, phase-out CSS classes from Ruby helpers. # TODO, phase-out CSS classes added in Ruby helpers.
# #
view 'app/helpers/runners_helper.rb' do view 'app/helpers/runners_helper.rb' do
# rubocop:disable Lint/InterpolationCheck
element :runner_status, 'runner-status-#{status}' element :runner_status, 'runner-status-#{status}'
# rubocop:enable Lint/InterpolationCheck
end end
def registration_token def registration_token
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment