Inventory: fixes / layout (#11948)
Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ describe('DrawerComponent', () => {
|
||||
it('sets the correct default data', () => {
|
||||
expect(DrawerComponent.data).to.be.a('function');
|
||||
const defaultData = DrawerComponent.data();
|
||||
expect(defaultData.open).to.be.true;
|
||||
expect(defaultData.isOpened).to.be.true;
|
||||
});
|
||||
|
||||
it('renders the correct title', () => {
|
||||
|
||||
Reference in New Issue
Block a user