Skip to content

Commit 4ec4a99

Browse files
petebacondarwinmhevery
authored andcommitted
test(aio): fix e2e API test due to angular#20607 (angular#20661)
PR Close angular#20661
1 parent 3203069 commit 4ec4a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/e2e/api.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('Api pages', function() {
2828

2929
it('should show readonly properties as getters', () => {
3030
const page = new ApiPage('api/common/http/HttpRequest');
31-
expect(page.getOverview('class').getText()).toContain('get body: T|null');
31+
expect(page.getOverview('class').getText()).toContain('get body: T | null');
3232
});
3333

3434
it('should not show parenthesis for getters', () => {

0 commit comments

Comments
 (0)