We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2af2d commit b439bf6Copy full SHA for b439bf6
test/test.js
@@ -342,7 +342,7 @@ suite('include-fragment-element', function () {
342
const event = await when(div.firstChild, 'error')
343
assert.equal(event.bubbles, false)
344
assert.equal(event.cancelable, false)
345
- assert.equal(event.detail.error, 'Failed to load resource: the server responded with a status of 500')
+ assert.equal(event.detail.error, 'Error: Failed to load resource: the server responded with a status of 500')
346
})
347
348
test('adds is-error class on 500 status', async function () {
0 commit comments