We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10cf36 commit 5600704Copy full SHA for 5600704
test/e2e/instance-create.e2e.ts
@@ -1025,8 +1025,8 @@ test('create instance with custom dual-stack NIC allows both IPv4 and IPv6 ephem
1025
await expect(ephemeralRows).toHaveCount(2)
1026
1027
// Verify one is IPv4 and one is IPv6
1028
- await expect(externalIpsTable.getByText('IPv4')).toBeVisible()
1029
- await expect(externalIpsTable.getByText('IPv6')).toBeVisible()
+ await expect(externalIpsTable.getByText('v4')).toBeVisible()
+ await expect(externalIpsTable.getByText('v6')).toBeVisible()
1030
})
1031
1032
test('ephemeral IP checkbox disabled when no NICs configured', async ({ page }) => {
0 commit comments