Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 3d6f67f

Browse files
committed
fix(@schematics/angular): e2e should use the prefix
Now that the CLI repects the prefix specified, the generated e2e test should also use it.
1 parent 113f054 commit 3d6f67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/e2e/files/src/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ describe('workspace-project App', () => {
99

1010
it('should display welcome message', () => {
1111
page.navigateTo();
12-
expect(page.getParagraphText()).toEqual('Welcome to app!');
12+
expect(page.getParagraphText()).toEqual('Welcome to <%= prefix %>!');
1313
});
1414
});

0 commit comments

Comments
 (0)