mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 10:03:51 +00:00
More dark theme styles for visits page
This commit is contained in:
@@ -85,7 +85,7 @@ describe('<VisitsTable />', () => {
|
||||
);
|
||||
|
||||
expect(wrapper.find('.text-primary')).toHaveLength(3);
|
||||
expect(wrapper.find('.table-primary')).toHaveLength(2);
|
||||
expect(wrapper.find('.table-active')).toHaveLength(2);
|
||||
|
||||
// Select one extra
|
||||
wrapper.find('tr').at(5).simulate('click');
|
||||
|
||||
Reference in New Issue
Block a user