Skip to content

Commit 5600704

Browse files
committed
fix text
1 parent b10cf36 commit 5600704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/instance-create.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,8 @@ test('create instance with custom dual-stack NIC allows both IPv4 and IPv6 ephem
10251025
await expect(ephemeralRows).toHaveCount(2)
10261026

10271027
// Verify one is IPv4 and one is IPv6
1028-
await expect(externalIpsTable.getByText('IPv4')).toBeVisible()
1029-
await expect(externalIpsTable.getByText('IPv6')).toBeVisible()
1028+
await expect(externalIpsTable.getByText('v4')).toBeVisible()
1029+
await expect(externalIpsTable.getByText('v6')).toBeVisible()
10301030
})
10311031

10321032
test('ephemeral IP checkbox disabled when no NICs configured', async ({ page }) => {

0 commit comments

Comments
 (0)