Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Jun 20, 2019
1 parent e0129bc commit b790b48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/layout/nz-layout.spec.ts
Expand Up @@ -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');
}));
});
Expand Down

0 comments on commit b790b48

Please sign in to comment.