diff options
Diffstat (limited to 'spec/features/admin/admin_runners_spec.rb')
-rw-r--r-- | spec/features/admin/admin_runners_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_runners_spec.rb b/spec/features/admin/admin_runners_spec.rb index 91971406bd6..e50674228f6 100644 --- a/spec/features/admin/admin_runners_spec.rb +++ b/spec/features/admin/admin_runners_spec.rb @@ -81,7 +81,7 @@ RSpec.describe "Admin Runners" do visit admin_runners_path within_runner_row(runner.id) do - expect(find("[data-label='Jobs']")).to have_content '2' + expect(find("[data-testid='job-count']")).to have_content '2' end end |