Last active
January 18, 2017 23:29
-
-
Save timhaines/5aac5f894bc99688d54fc8b627b66ef1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it 'can display busy workers' do | |
visit '/busy' | |
assert_equal(200, page.status_code) | |
assert_selector('.status-active') | |
assert_text('critical') | |
assert_text('WebWorker') | |
assert has_button?('Quiet All') | |
assert has_button?('Stop All') | |
Percy::Capybara.snapshot(page, name: 'Busy Workers Page') | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment