Update nav tab badges, fix several call tabs issues
This commit is contained in:
parent
ed6ffb695a
commit
9c7dc22a23
43 changed files with 1095 additions and 936 deletions
|
@ -158,11 +158,6 @@ describe('pnp/username', function needsName() {
|
|||
debug('opening avatar context menu');
|
||||
await window.getByRole('button', { name: 'Profile' }).click();
|
||||
|
||||
debug('opening profile editor');
|
||||
await window
|
||||
.locator('.module-avatar-popup .module-avatar-popup__profile')
|
||||
.click();
|
||||
|
||||
debug('opening username editor');
|
||||
const profileEditor = window.locator('.ProfileEditor');
|
||||
await profileEditor.locator('.ProfileEditor__row >> "Username"').click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue