Skip to content

Commit

Permalink
fix(test): minor stabilisation for list test
Browse files Browse the repository at this point in the history
  • Loading branch information
roar-larsen committed Nov 2, 2023
1 parent 64aa756 commit b8119ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/plugin-view_selector-car_garage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test('View selector - car garage', async ({ page }) => {
})

await test.step('Add earlier owner', async () => {
await page.getByRole('button', { name: 'Add' }).click()
await page.getByRole('button', { name: 'Add', exact: true }).click()
await page.getByRole('textbox').last().fill(' Joanna')
await page.getByRole('button', { name: 'Submit' }).click()
await expect(page.getByRole('alert')).toHaveText(['Document updated'])
Expand Down

0 comments on commit b8119ad

Please sign in to comment.