Kind: Class
Source: atloria-monorepo/apps/web-e2e/src/pages/collaboration.page.ts
Share document modal page object
Extends: BasePage
Methods
| Method | Signature | Returns |
|---|---|---|
goto | goto() | Promise<void> |
inviteUser | `inviteUser(email: string, permission: 'view' | 'edit')` |
getSharedUsers | getSharedUsers() | Locator |
getSharedUserCount | getSharedUserCount() | Promise<number> |
removeUser | removeUser(email: string) | Promise<void> |
copyLink | copyLink() | Promise<void> |
close | close() | Promise<void> |
isVisible | isVisible() | Promise<boolean> |
Properties
| Property | Type |
|---|---|
modal | Locator |
emailInput | Locator |
permissionSelect | Locator |
inviteButton | Locator |
sharedUsersList | Locator |
copyLinkButton | Locator |
closeButton | Locator |
Was this page helpful?