Fixed table rendering issues

This commit is contained in:
Alejandro Celaya
2022-03-07 11:03:41 +01:00
parent 0f43ad59a0
commit 74635281de
5 changed files with 133 additions and 130 deletions

View File

@@ -24,6 +24,6 @@ describe('<Settings />', () => {
expect(items).toHaveLength(3);
expect(items.first().prop('to')).toEqual('general');
expect(items.at(1).prop('to')).toEqual('short-urls');
expect(items.last().prop('to')).toEqual('secondary-items');
expect(items.last().prop('to')).toEqual('other-items');
});
});