Skip to content

Commit

Permalink
oops; wanted more precise assertion here
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Sep 10, 2024
1 parent 116512c commit 8d667ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/vpcs.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('can edit VPC', async ({ page }) => {
await page.getByRole('textbox', { name: 'Description' }).fill('updated description')
await page.getByRole('button', { name: 'Update VPC' }).click()
await expect(page).toHaveURL('/projects/mock-project/vpcs/mock-vpc-2/firewall-rules')
await expect(page.getByText('descriptionupdated')).toBeVisible()
await expect(page.getByText('descriptionupdated description')).toBeVisible()

// go to the VPCs list page and verify the name and description change
await page.getByRole('link', { name: 'VPCs' }).click()
Expand Down

0 comments on commit 8d667ef

Please sign in to comment.