From 0e2ddffc82a8fed48d5edd7be42be1d06a035314 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Thu, 2 May 2024 11:53:08 -0700
Subject: Change double quotes to single
---
test/integration/page.test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'test/integration/page.test.js')
diff --git a/test/integration/page.test.js b/test/integration/page.test.js
index 7a987f7..9dfe828 100644
--- a/test/integration/page.test.js
+++ b/test/integration/page.test.js
@@ -11,7 +11,7 @@ let driver;
beforeEach(async () => {
driver = new Builder().forBrowser('chrome').setChromeOptions(chromeOptions).build();
- await driver.get("http://localhost:3005");
+ await driver.get('http://localhost:3005');
});
it('loads the page', async () => {
--
cgit v1.2.3