index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-02 11:53:08 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-02 11:53:08 -0700 |
commit | 0e2ddffc82a8fed48d5edd7be42be1d06a035314 (patch) | |
tree | 6cf5571dd80067f123d6bdacd0bfca7b9ac0c77c /test/integration/page.test.js | |
parent | 686b05350d474e3545b01783005ba0fd8e4dc545 (diff) |
Change double quotes to single
Diffstat (limited to 'test/integration/page.test.js')
-rw-r--r-- | test/integration/page.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 () => { |