Skip to content

Commit 0a7fa75

Browse files
committed
Try selenium test again
1 parent 9f0a138 commit 0a7fa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/selenium.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as Path from "path";
44

55
import * as fs from "fs";
66

7-
xtest("Selenium Chrome test", async () => {
7+
test("Selenium Chrome test", async () => {
88
let driver: WebDriver;
99
try {
1010
driver = await setup();

0 commit comments

Comments
 (0)