diff options
Diffstat (limited to 'e2e/command_help.test.ts')
-rw-r--r-- | e2e/command_help.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e/command_help.test.ts b/e2e/command_help.test.ts index 9269d49..20035fd 100644 --- a/e2e/command_help.test.ts +++ b/e2e/command_help.test.ts @@ -34,7 +34,7 @@ describe("help command test", () => { beforeEach(async() => { page = await Page.navigateTo(webdriver, server.url()); - }) + }); it('should open help page by help command ', async() => { let console = await page.showConsole(); |