Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Sep 9, 2022
1 parent 57cd9e2 commit 6803fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/support/objects/app-files/share/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const inviteMembers = async (args: inviteMembersArgs): Promise<void> => {
])
await shareInputLocator.focus()
await page.waitForSelector('.vs--open')
await page.locator(invitationInput).press('Enter')
await page.locator('#vs2__option-0').click()

await page.locator(filesCollaboratorRolesSelector).click()
await page.locator(util.format(collaboratorRoleItemSelector, role)).click()
Expand Down

0 comments on commit 6803fc9

Please sign in to comment.