Skip to content

Commit

Permalink
DESENG-676: Remove extraneous debug statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Sep 3, 2024
1 parent eae0d62 commit a3a5461
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ describe('Engagement View page tests', () => {
mockWidgetsRtkUnwrap.mockReturnValueOnce(Promise.resolve([whoIsListeningWidget]));
mockContactRtkUnwrap.mockReturnValueOnce(Promise.resolve(mockContact));
const { container } = render(<RouterProvider router={router} />);
screen.debug(undefined, 10000);
await waitFor(() => {
expect(container.querySelector('span.MuiSkeleton-root')).toBeNull();
expect(screen.getByText('Who is Listening')).toBeVisible();
Expand Down

0 comments on commit a3a5461

Please sign in to comment.