Skip to content

Commit

Permalink
fix(j-s): Fix e2e test (#16227)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
oddsson and kodiakhq[bot] authored Oct 2, 2024
1 parent a04a8cd commit 0017501
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('jl+auto+defender@kolibri.is')
Expand Down

0 comments on commit 0017501

Please sign in to comment.