Skip to content

Commit

Permalink
update test to work with new approach
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Oct 23, 2024
1 parent 63484a6 commit c30b2f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/firewall-rules.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ test('firewall rule form targets table', async ({ page }) => {
// now add a subnet by entering text
await selectOption(page, 'Target type', 'VPC subnet')
await subnetNameField.fill('abc')
// tap the Enter key
await subnetNameField.press('Enter')
await addButton.click()
await expectRowVisible(targets, { Type: 'subnet', Value: 'abc' })

Expand Down

0 comments on commit c30b2f3

Please sign in to comment.