Skip to content

Commit

Permalink
Test fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Sep 12, 2022
1 parent 54ce3f6 commit c11aa12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Integration/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ exports.addDevice = async function(page, baseURL, idevents, powered) {

// Tab to category
await page.keyboard.press('Tab')
await page.keyboard.press('Tab')
await page.keyboard.press('Enter')

await page.locator('text=Add item >> visible=true').click()
Expand Down

0 comments on commit c11aa12

Please sign in to comment.