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 21182f1 commit 5e2c45cCopy full SHA for 5e2c45c
packages/angular_devkit/build_angular/test/hello-world-app/e2e/app.e2e-spec.ts
@@ -14,8 +14,8 @@ describe('hello-world-app App', () => {
14
page = new AppPage();
15
});
16
17
- it('should display welcome message', () => {
+ it('should display welcome message', async () => {
18
page.navigateTo();
19
- expect(page.getTitleText()).toEqual('Welcome to app!');
+ expect(await page.getTitleText()).toEqual('Welcome to app!');
20
21
0 commit comments