update tests

This commit is contained in:
Dieter Stinglhamber 2021-10-05 16:08:34 +02:00
parent d9b81e7f70
commit a4d7b56bf9

View File

@ -841,7 +841,7 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => {
const { getByText } = render(app); const { getByText } = render(app);
waitFor(() => { await waitFor(() => {
expect(getByText('My super token')).toBeInTheDocument(); expect(getByText('My super token')).toBeInTheDocument();
expect(getByText('This describe my super token')).toBeInTheDocument(); expect(getByText('This describe my super token')).toBeInTheDocument();
}); });