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
|
@ -75,12 +75,12 @@ describe('senderKey', function needsName() {
|
|||
distributionId,
|
||||
});
|
||||
|
||||
const leftPane = window.locator('.left-pane-wrapper');
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
|
||||
debug('Opening group');
|
||||
await leftPane.locator(`[data-testid="${group.id}"]`).click();
|
||||
|
||||
const conversationStack = window.locator('.conversation-stack');
|
||||
const conversationStack = window.locator('.Inbox__conversation-stack');
|
||||
|
||||
debug('Verifying message');
|
||||
await conversationStack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue