Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ describe('sendMousePlugin', function test() {
});
});

/**
* TODO: Test is skipped because webdriver requires Chrome v100 which is not available in
* CI. Unskip later when it is supported.
*/
describe.skip('webdriver', () => {
describe('webdriver', () => {
let seleniumServer!: selenium.ChildProcess;

before(async () => {
Expand Down
6 changes: 1 addition & 5 deletions packages/test-runner-selenium/test/seleniumLauncher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ async function startSeleniumServer() {

let seleniumServer: selenium.ChildProcess;

/**
* TODO: Test is skipped because webdriver requires Chrome v100 which is not available in
* CI. Unskip later when it is supported.
*/
describe.skip('test-runner-selenium', function testRunnerSelenium() {
describe('test-runner-selenium', function testRunnerSelenium() {
this.timeout(50000);

before(async function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ async function startSeleniumServer() {

let seleniumServer: selenium.ChildProcess;

/**
* TODO: Test is skipped because webdriver requires Chrome v100 which is not available in
* CI. Unskip later when it is supported.
*/
describe.skip('test-runner-webdriver', function testRunnerWebdriver() {
describe('test-runner-webdriver', function testRunnerWebdriver() {
this.timeout(50000);

before(async function () {
Expand Down