devDeps: Bump eslint-plugin-testing-library
This bumps eslint-plugin-testing-library from 7.2.2 to 7.5.3 and updates a test to pass linter check.
This commit is contained in:
parent
9350d4ee6b
commit
02cafcc29a
3 changed files with 9 additions and 9 deletions
|
|
@ -278,7 +278,7 @@ describe('repository snapshot tab - ', () => {
|
|||
|
||||
// wait until there's only 1 repository on the page
|
||||
await waitFor(async () => {
|
||||
const rows = await screen.findAllByRole('row');
|
||||
const rows = screen.getAllByRole('row');
|
||||
// header row + repo row
|
||||
expect(rows).toHaveLength(2);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue