We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f2159 commit c160c25Copy full SHA for c160c25
e2e/index.e2e.ts
@@ -1,7 +1,7 @@
1
describe('index', () => {
2
3
beforeEach(() => {
4
- browser.get('/index.html');
+ browser.get('/');
5
});
6
7
it('should have a title', () => {
src/demo-app/index.html
@@ -1,6 +1,6 @@
<!doctype html>
{{!-- This file is an handlebar file that gets filled at build time. --}}
-<html>
+<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
src/e2e-app/index.html
0 commit comments