Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Jul 18, 2023
1 parent 8727a99 commit 31443fb
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 @@ -124,7 +124,7 @@ describe("NetworkById component", () => {
expect(screen.getByText(/Network ID:/i)).toBeInTheDocument();
expect(screen.getByText(/Network Name:/i)).toBeInTheDocument();
expect(screen.getByText(/Test Network/i)).toBeInTheDocument();
expect(screen.getByText("Network is")).toBeInTheDocument();
expect(screen.getByText("Network Auth")).toBeInTheDocument();
});

test("renders Network Settings divider", () => {
Expand Down

0 comments on commit 31443fb

Please sign in to comment.