Last active
December 15, 2015 03:48
-
-
Save abacha/5196663 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
| scenario "upload with errors", js: true do | |
| filepath = "#{Rails.root}/spec/fixtures/transactions_with_errors.xls" | |
| puts File.exists?(filepath) #true | |
| attach_file "transactions_spreadsheet", filepath | |
| click_on "Enviar" | |
| save_and_open_page | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment