Adds transitions to panels
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
parent
bbd43b6e38
commit
4ec94367c9
40 changed files with 708 additions and 414 deletions
|
@ -58,14 +58,14 @@ describe('unknown contacts', function unknownContacts() {
|
|||
});
|
||||
|
||||
debug('opening conversation');
|
||||
const leftPane = page.locator('.left-pane-wrapper');
|
||||
const leftPane = page.locator('#LeftPane');
|
||||
|
||||
const conversationListItem = leftPane.getByRole('button', {
|
||||
name: 'Chat with Unknown contact',
|
||||
});
|
||||
await conversationListItem.getByText('Message Request').click();
|
||||
|
||||
const conversationStack = page.locator('.conversation-stack');
|
||||
const conversationStack = page.locator('.Inbox__conversation-stack');
|
||||
await conversationStack.getByText('Missed voice call').waitFor();
|
||||
|
||||
debug('accepting message request');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue