Skip to content

Commit

Permalink
fix: disable focus/blur tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Sep 16, 2024
1 parent 5677e9f commit 12f3139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/webapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ module.exports.tests = function () {
})
})

describe('#focus, #blur', () => {
describe.skip('#focus, #blur', () => {
beforeEach(function () {
if (isHelper('TestCafe') || isHelper('WebDriver')) this.skip()
})
Expand Down

0 comments on commit 12f3139

Please sign in to comment.