We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ec260 commit dff3bdcCopy full SHA for dff3bdc
test/selenium.test.ts
@@ -4,7 +4,7 @@ import * as Path from "path";
4
5
import * as fs from "fs";
6
7
-test("Selenium Chrome test", async () => {
+xtest("Selenium Chrome test", async () => {
8
let driver: WebDriver;
9
try {
10
driver = await setup();
0 commit comments