index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
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 () => { |