Change double quotes to single
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user