Skip to content

Commit

Permalink
fix: exclude ui5-focus test for JSDOM
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Nov 30, 2024
1 parent 84ef209 commit 57f1dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/capabilities/tests/ui5-focus/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const assert = require('assert')

module.exports = [{
label: 'UI5 focus handling',
for: capabilities => !capabilities.modules.includes('jsdom'), // does not work on JSDOM
url: 'ui5-focus/index.html',
endpoint: ({ body }) => {
assert.strictEqual(body['is-focus-set'], true)
Expand Down

0 comments on commit 57f1dab

Please sign in to comment.