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
|
@ -74,7 +74,7 @@ describe('pnp/PNI Change', function needsName() {
|
|||
|
||||
debug('Open conversation with contactA');
|
||||
{
|
||||
const leftPane = window.locator('.left-pane-wrapper');
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
|
||||
await leftPane
|
||||
.locator(
|
||||
|
@ -174,7 +174,7 @@ describe('pnp/PNI Change', function needsName() {
|
|||
|
||||
debug('Open conversation with contactA');
|
||||
{
|
||||
const leftPane = window.locator('.left-pane-wrapper');
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
|
||||
await leftPane
|
||||
.locator(
|
||||
|
@ -276,7 +276,7 @@ describe('pnp/PNI Change', function needsName() {
|
|||
|
||||
debug('Open conversation with contactA');
|
||||
{
|
||||
const leftPane = window.locator('.left-pane-wrapper');
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
|
||||
await leftPane
|
||||
.locator(
|
||||
|
@ -408,7 +408,7 @@ describe('pnp/PNI Change', function needsName() {
|
|||
|
||||
debug('Open conversation with contactA');
|
||||
{
|
||||
const leftPane = window.locator('.left-pane-wrapper');
|
||||
const leftPane = window.locator('#LeftPane');
|
||||
|
||||
await leftPane
|
||||
.locator(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue