File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -13,7 +13,7 @@ configure({ adapter: new Adapter() });
|
13 | 13 | describe('AppSidebarToggler', () => {
|
14 | 14 | it('renders button with class="navbar-toggler"', () => {
|
15 | 15 | expect(render(<AppSidebarToggler className="d-lg-none" display="md" mobile />))
|
16 |
| -.toContain('<button type="button" class="d-lg-none navbar-toggler"><span class="navbar-toggler-icon"></span></button>') |
| 16 | +.toContain('<button type="button" class="d-lg-none navbar-toggler" data-sidebar-toggler="true"><span class="navbar-toggler-icon"></span></button>') |
17 | 17 | })
|
18 | 18 | it('should call sidebarToggle', () => {
|
19 | 19 | let component = mount(<AppSidebarToggler />);
|
|
You can’t perform that action at this time.
0 commit comments