Device manager - extract filtered device list header (#9323)
* extract filtered device list header * stylelint
This commit is contained in:
parent
c3bfb6e4a9
commit
951cad98d3
10 changed files with 144 additions and 28 deletions
|
@ -279,7 +279,7 @@ describe('<SessionManagerTab />', () => {
|
|||
await flushPromisesWithFakeTimers();
|
||||
|
||||
// unverified filter is set
|
||||
expect(container.querySelector('.mx_FilteredDeviceList_header')).toMatchSnapshot();
|
||||
expect(container.querySelector('.mx_FilteredDeviceListHeader')).toMatchSnapshot();
|
||||
});
|
||||
|
||||
describe('device detail expansion', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue