From b790b48b774561e57eaa395abb3411dd88e686ca Mon Sep 17 00:00:00 2001 From: Wendell Date: Thu, 20 Jun 2019 13:20:16 +0800 Subject: [PATCH] fix: ci --- components/layout/nz-layout.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/layout/nz-layout.spec.ts b/components/layout/nz-layout.spec.ts index 569e04b2b08..f09348bf23a 100644 --- a/components/layout/nz-layout.spec.ts +++ b/components/layout/nz-layout.spec.ts @@ -239,7 +239,9 @@ describe('layout', () => { true ); expect( - sider.nativeElement.querySelector('.ant-layout-sider-zero-width-trigger').firstElementChild.getAttribute('type') + sider.nativeElement + .querySelector('.ant-layout-sider-zero-width-trigger') + .firstElementChild.getAttribute('nztype') ).toBe('menu-fold'); })); });