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:
parent
295f2cce96
commit
b2973326a5
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue