0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

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); 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'}); fileUpload(this.$('input[type="file"]'), ['test'], {name: 'test.png'});
wait().then(() => { wait().then(() => {