Change double quotes to single

This commit is contained in:
2025-06-16 22:41:30 -07:00
parent 7a9724849b
commit 13c0a98f1b
4 changed files with 12 additions and 12 deletions

View File

@@ -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 () => {