Commit 447c841e authored by mnichols1's avatar mnichols1

Fix rspec error

parent 7a78b512
......@@ -27,7 +27,7 @@ RSpec.describe 'ClusterAgents', :js do
end
it 'displays empty state', :aggregate_failures do
expect(page).to have_content('Install new Agent')
expect(page).to have_content('Install a new agent')
expect(page).to have_selector('.empty-state')
end
end
......
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