Skip to content

Commit

Permalink
Trigger review pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinika committed Nov 5, 2024
1 parent 1e52e0f commit 7fb7061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/StudiosPage/StudiosPage.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('StudiosPage', () => {
const studios = await screen.getAllByRole('routeitem-studio');
expect(studios.length).not.toBe(10);
// const pageTitleExtra = await screen.findAllByText('Total of 19 Projects')
// expect(pageTitleExtra).toBeInTheDocument()
// expect(pageTitleExtra).toBeInTheDocument().
});
});
});

0 comments on commit 7fb7061

Please sign in to comment.