Skip to content

Commit

Permalink
change type to fill
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-pratt committed Feb 12, 2025
1 parent 80b662c commit e075ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/tests/script-runner/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function openFile(page, utils, filename) {
await expect(
page.locator('.v-dialog').getByText('INST2', { exact: true }),
).toBeVisible()
await page.locator('[data-test=file-open-save-search]').type(filename)
await page.locator('[data-test=file-open-save-search] input').fill(filename)
await page.locator(`text=${filename}`).click()
await page.locator('[data-test=file-open-save-submit-btn]').click()
await expect(page.locator('.v-dialog')).not.toBeVisible()
Expand Down

0 comments on commit e075ee5

Please sign in to comment.