Created
April 22, 2015 04:59
-
-
Save benjohnson77/8a4f8159cbc19b8e9c83 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
expect(page).to have_select("input[name='client_status_id']", selected: 'All') | |
expect(page).to have_select("input[name='client_type_id']", selected: 'All') | |
expect(page).to have_select("input[name='distributor_id']', selected: 'All') | |
expect(page).to have_select('input[name='state']', selected: 'All') | |
expect(page).to have_field('client_name', with: '') | |
expect(page).to have_field('client_email', with: '') | |
expect(page).to have_field('client_phone', with: '') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment