Skip to content

Commit 0dc5d1e

Browse files
committed
test: unskip webdriver test for sendMousePlugin
1 parent 274ed8d commit 0dc5d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-runner-commands/test/send-mouse/sendMousePlugin.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('sendMousePlugin', function test() {
3434
* Temporarily disabled until webdriver selenium-standalone issues are fixed
3535
* https://github.com/webdriverio/selenium-standalone/issues/788
3636
*/
37-
describe.skip('webdriver', () => {
37+
describe('webdriver', () => {
3838
let seleniumServer!: selenium.ChildProcess;
3939

4040
before(async () => {

0 commit comments

Comments
 (0)