Last active
October 7, 2018 15:30
-
-
Save neymarsabin/a5ac50512104db18f1e515491cf761dc to your computer and use it in GitHub Desktop.
This file contains 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
cy.server(); | |
cy.route('POST', '**/csv_files').as('postFile'); | |
cy.upload_file('.dropzone-title', 'bin_trade.xlsx'); | |
cy.wait('@postFile'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment