Browse Source

fix: test collab

pull/6441/head
sreehari jayaraj 1 year ago
parent
commit
797d93f308
  1. 2
      tests/playwright/pages/WorkspacePage/CollaborationPage.ts

2
tests/playwright/pages/WorkspacePage/CollaborationPage.ts

@ -47,7 +47,7 @@ export class CollaborationPage extends BasePage {
// allow button to be enabled
await this.rootPage.waitForTimeout(500);
await this.rootPage.keyboard.press('Enter');
await this.button_addUser.click();
await this.verifyToast({ message: 'Invitation sent successfully' });
await this.rootPage.waitForTimeout(500);

Loading…
Cancel
Save