Calls Tab & Group Call Disposition

This commit is contained in:
Jamie Kyle 2023-08-08 17:53:06 -07:00 committed by GitHub
parent 620e85ca01
commit 1eaabb6734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
139 changed files with 9182 additions and 2721 deletions

View file

@ -102,9 +102,9 @@ describe('pnp/send gv2 invite', function needsName() {
debug('clicking compose and "New group" buttons');
await leftPane.locator('.module-main-header__compose-icon').click();
await window.getByRole('button', { name: 'New chat' }).click();
await leftPane.locator('[data-testid=CreateNewGroupButton]').click();
await leftPane.getByTestId('CreateNewGroupButton').click();
debug('inviting ACI member');