Skip to content

Commit

Permalink
Update query selector
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Oct 1, 2024
1 parent 148403d commit cc527f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ test.describe.serial('Custody tests', () => {
await page.locator('#defendantGender').click()
await page.locator('#react-select-defendantGender-option-0').click()
await page
.locator('input[id=react-select-defenderName-input]')
.locator('input[id=react-select-advocateName-input]')
.fill('Saul Goodman')
await page.locator('#react-select-defenderName-option-0').click()
await page.locator('#react-select-advocateName-option-0').click()
await page
.locator('input[name=defenderEmail]')
.fill('[email protected]')
Expand Down

0 comments on commit cc527f8

Please sign in to comment.