Skip to content

Commit

Permalink
added missing sub test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 24, 2024
1 parent d9a7eb3 commit e1dceae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/tests/switch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { expect, test } from "@playwright/test";
type Network = { name: string; url: string };

export const networks: Network[] = [
{ name: "Rococo", url: "/" },
{ name: "Paseo", url: "/" },
{ name: "Rococo", url: "/rococo" },
{ name: "Westend", url: "/westend" },
];

Expand Down

0 comments on commit e1dceae

Please sign in to comment.