Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Jul 12, 2024
1 parent 1446f8d commit b611f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/pages/network/[id].test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ describe("NetworkById component", () => {
await waitFor(
() => {
const parentSpan = screen.getByTitle("User is offline");
expect(parentSpan).toHaveClass("text-error flex gap-1");
expect(parentSpan).toHaveClass("text-error");
},
{ timeout: 2000 },
);
Expand Down

0 comments on commit b611f10

Please sign in to comment.