Skip to content

Commit eaccbf1

Browse files
committed
oops
1 parent d1724ab commit eaccbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/instance-networking.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ test('Instance networking tab — floating IPs', async ({ page }) => {
152152
await clickRowAction(page, 'cola-float', 'Detach')
153153
await page.getByRole('button', { name: 'Confirm' }).click()
154154
await expect(page.getByText('external IPs123.4.56.5/123.4.56.4+1')).toBeHidden()
155-
await expect(page.getByText('external IPs123.4.56.5/123.4.56.0')).toBeVisible()
155+
await expect(page.getByText('external IPs123.4.56.4/123.4.56.0')).toBeVisible()
156156

157157
// Since we detached it, we don't expect to see the row any longer
158158
await expect(externalIpTable.getByRole('cell', { name: 'cola-float' })).toBeHidden()

0 commit comments

Comments
 (0)