aboutsummaryrefslogtreecommitdiff
path: root/e2e/command_addbookmark.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'e2e/command_addbookmark.test.ts')
-rw-r--r--e2e/command_addbookmark.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e/command_addbookmark.test.ts b/e2e/command_addbookmark.test.ts
index bcc75ac..5344292 100644
--- a/e2e/command_addbookmark.test.ts
+++ b/e2e/command_addbookmark.test.ts
@@ -10,7 +10,7 @@ import Page from './lib/Page';
describe('addbookmark command test', () => {
let server = new TestServer().receiveContent('/happy', `
<!DOCTYPE html>
- <html lang="en"><head><title>how to be happy</title></head></html">`,
+ <html lang="en"><head><title>how to be happy</title></head></html>`,
);
let lanthan: Lanthan;
let webdriver: WebDriver;