Skip to content

Commit 6b07392

Browse files
fix: "Networks" header in /networks instead of "Subnets" MAASENG-5716 (#5861)
1 parent d3d4b6d commit 6b07392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const pages: Page[] = [
44
{ heading: "SSH keys for admin", url: "/intro/user" },
55
{ heading: "Devices", url: "/devices" },
66
{ heading: "Controllers", url: "/controllers" },
7-
{ heading: "Subnets", url: "/networks" },
7+
{ heading: "Networks", url: "/networks" },
88
{ heading: "Machines", url: "/machines" },
99
{ heading: "LXD", url: "/kvm/lxd" },
1010
{ heading: "Images", url: "/images" },

0 commit comments

Comments
 (0)