We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bd606 commit b762d66Copy full SHA for b762d66
test/test.js
@@ -60,7 +60,10 @@ describe('file-attachment', function() {
60
describe('element', function() {
61
let fileAttachment, input
62
beforeEach(function() {
63
- document.body.innerHTML = `<file-attachment><input type="file"></file-attachment>`
+ document.body.innerHTML = `
64
+ <file-attachment input="upload">
65
+ <input type="file" id="upload">
66
+ </file-attachment>`
67
68
fileAttachment = document.querySelector('file-attachment')
69
input = document.querySelector('input')
0 commit comments