Catalog: Add refresh button to AboutCard

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-09-14 13:18:45 +02:00
parent 75fbb44219
commit dbcaa6387a
17 changed files with 142 additions and 20 deletions
@@ -31,6 +31,7 @@ describe('<DefaultExplorePage />', () => {
removeLocationById: jest.fn(),
removeEntityByUid: jest.fn(),
getEntityByName: jest.fn(),
refreshEntity: jest.fn(),
};
const Wrapper = ({ children }: { children?: React.ReactNode }) => (
@@ -33,6 +33,7 @@ describe('<DomainExplorerContent />', () => {
removeLocationById: jest.fn(),
removeEntityByUid: jest.fn(),
getEntityByName: jest.fn(),
refreshEntity: jest.fn(),
};
const Wrapper = ({ children }: { children?: React.ReactNode }) => (
@@ -32,6 +32,7 @@ describe('<GroupsExplorerContent />', () => {
removeLocationById: jest.fn(),
removeEntityByUid: jest.fn(),
getEntityByName: jest.fn(),
refreshEntity: jest.fn(),
};
const Wrapper = ({ children }: { children?: React.ReactNode }) => (