Try selenium test again

This commit is contained in:
Ajay
2025-10-23 03:29:44 -04:00
parent 9f0a13830b
commit 0a7fa754ff

View File

@@ -4,7 +4,7 @@ import * as Path from "path";
import * as fs from "fs";
xtest("Selenium Chrome test", async () => {
test("Selenium Chrome test", async () => {
let driver: WebDriver;
try {
driver = await setup();