Adds transitions to panels

Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
Josh Perez 2023-07-26 18:23:32 -04:00 committed by GitHub
parent bbd43b6e38
commit 4ec94367c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 708 additions and 414 deletions

View file

@ -195,7 +195,7 @@ describe('story/messaging', function unknownContacts() {
{ timestamp: sentAt + 2 }
);
const leftPane = window.locator('.left-pane-wrapper');
const leftPane = window.locator('#LeftPane');
debug('Finding both replies');
await leftPane
@ -214,7 +214,7 @@ describe('story/messaging', function unknownContacts() {
debug('waiting for storage service sync to complete');
await app.waitForStorageService();
const leftPane = window.locator('.left-pane-wrapper');
const leftPane = window.locator('#LeftPane');
debug('Create and send a story to the group');
await leftPane.getByRole('button', { name: 'Stories' }).click();