mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-19 08:16:37 +00:00
Fixed table rendering issues
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user