@@ -58,8 +58,8 @@ describe('<DefaultExplorePage />', () => {
|
||||
const elements = getAllByRole('tab');
|
||||
expect(elements.length).toBe(3);
|
||||
expect(getByText(elements[0], 'Domains')).toBeInTheDocument();
|
||||
expect(getByText(elements[2], 'Groups')).toBeInTheDocument();
|
||||
expect(getByText(elements[3], 'Tools')).toBeInTheDocument();
|
||||
expect(getByText(elements[1], 'Groups')).toBeInTheDocument();
|
||||
expect(getByText(elements[2], 'Tools')).toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user