From 0a7fa754ff15edcac3ad743e4ea8f822f8338a0f Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 23 Oct 2025 03:29:44 -0400 Subject: [PATCH] Try selenium test again --- test/selenium.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selenium.test.ts b/test/selenium.test.ts index cc9411ec..bf10d8fd 100644 --- a/test/selenium.test.ts +++ b/test/selenium.test.ts @@ -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();