fix gh-image-uploader-test

This commit is contained in:
Kevin Ansfield 2017-01-31 20:02:10 +00:00 committed by Austin Burdine
parent 295f2cce96
commit b2973326a5

View File

@ -203,7 +203,7 @@ describe('Integration: Component: gh-image-uploader', function() {
stubSuccessfulUpload(server);
this.render(hbs`{{gh-image-uploader url=image fileSelected=(action fileSelected) update=(action update)}}`);
this.render(hbs`{{gh-image-uploader image=image fileSelected=(action fileSelected) update=(action update)}}`);
fileUpload(this.$('input[type="file"]'), ['test'], {name: 'test.png'});
wait().then(() => {