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
|
@ -86,7 +86,7 @@ describe('pnp/username', function needsName() {
|
|||
const { phone } = bootstrap;
|
||||
|
||||
const window = await app.getWindow();
|
||||
const leftPane = window.locator('.left-pane-wrapper');
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
|
||||
debug('find username in the left pane');
|
||||
await leftPane
|
||||
|
@ -335,7 +335,7 @@ describe('pnp/username', function needsName() {
|
|||
const window = await app.getWindow();
|
||||
|
||||
debug('opening note to self');
|
||||
const leftPane = window.locator('.left-pane-wrapper');
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
await leftPane.locator(`[data-testid="${desktop.uuid}"]`).click();
|
||||
|
||||
debug('clicking link');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue