From 4ec4a99f1637c4707463226ec4e611315eef7e5d Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 28 Nov 2017 13:02:33 +0000 Subject: [PATCH] test(aio): fix e2e API test due to #20607 (#20661) PR Close #20661 --- aio/e2e/api.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/e2e/api.e2e-spec.ts b/aio/e2e/api.e2e-spec.ts index 589f857edc..bcd292cc57 100644 --- a/aio/e2e/api.e2e-spec.ts +++ b/aio/e2e/api.e2e-spec.ts @@ -28,7 +28,7 @@ describe('Api pages', function() { it('should show readonly properties as getters', () => { const page = new ApiPage('api/common/http/HttpRequest'); - expect(page.getOverview('class').getText()).toContain('get body: T|null'); + expect(page.getOverview('class').getText()).toContain('get body: T | null'); }); it('should not show parenthesis for getters', () => {