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

@ -156,9 +156,7 @@ describe('pnp/username', function needsName() {
const window = await app.getWindow();
debug('opening avatar context menu');
await window
.locator('.module-main-header .module-Avatar__contents')
.click();
await window.getByRole('button', { name: 'Profile' }).click();
debug('opening profile editor');
await window
@ -288,7 +286,7 @@ describe('pnp/username', function needsName() {
const window = await app.getWindow();
debug('entering username into search field');
await window.locator('button[aria-label="New chat"]').click();
await window.getByRole('button', { name: 'New chat' }).click();
const searchInput = window.locator('.module-SearchInput__container input');
await searchInput.type(CARL_USERNAME);