Calls Tab & Group Call Disposition
This commit is contained in:
parent
620e85ca01
commit
1eaabb6734
139 changed files with 9182 additions and 2721 deletions
|
@ -214,10 +214,9 @@ describe('story/messaging', function unknownContacts() {
|
|||
debug('waiting for storage service sync to complete');
|
||||
await app.waitForStorageService();
|
||||
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
await window.getByTestId('NavTabsItem--Stories').click();
|
||||
|
||||
debug('Create and send a story to the group');
|
||||
await leftPane.getByRole('button', { name: 'Stories' }).click();
|
||||
await window.getByRole('button', { name: 'Add a story' }).first().click();
|
||||
await window.getByRole('button', { name: 'Text story' }).click();
|
||||
await window.locator('.TextAttachment').click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue