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 9f0a138 commit 0a7fa75Copy full SHA for 0a7fa75
test/selenium.test.ts
@@ -4,7 +4,7 @@ import * as Path from "path";
4
5
import * as fs from "fs";
6
7
-xtest("Selenium Chrome test", async () => {
+test("Selenium Chrome test", async () => {
8
let driver: WebDriver;
9
try {
10
driver = await setup();
0 commit comments