More dark theme styles for visits page

This commit is contained in:
Alejandro Celaya
2021-02-19 20:18:02 +01:00
parent 61af43f9d9
commit d6633f7555
8 changed files with 39 additions and 7 deletions

View File

@@ -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');