We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2157a3 commit 07422fdCopy full SHA for 07422fd
1 file changed
test/test.js
@@ -113,7 +113,6 @@ describe('remote-input', function() {
113
const result1 = once(remoteInput, 'remote-input-success')
114
changeValue(input, 'test')
115
116
-
117
await result1
118
assert.equal(results.querySelector('ol').getAttribute('data-src'), '/results?q=test')
119
0 commit comments