vendredi 24 février 2017

How to write acceptance tests on ember.js for download file form?

I have a form which will download file from back-end.

<form action="" method="GET">
    <input type="hidden" name="access_token" value="">
    <input type="submit" value="Download Template">
</form>

How can i test it?




Aucun commentaire:

Enregistrer un commentaire