Enables ContextIsolation
This commit is contained in:
parent
4bbf5eb5d4
commit
9374832ea4
83 changed files with 1009 additions and 1073 deletions
|
@ -48,11 +48,7 @@ describe('storage service', function needsName() {
|
|||
|
||||
debug('wait for first contact to be pinned in the left pane');
|
||||
await leftPane
|
||||
.locator(
|
||||
'_react=ConversationListItem' +
|
||||
'[isPinned = true] ' +
|
||||
`[title = ${JSON.stringify(firstContact.profileName)}]`
|
||||
)
|
||||
.locator(`[data-testid="${firstContact.toContact().uuid}"]`)
|
||||
.waitFor();
|
||||
|
||||
{
|
||||
|
@ -83,11 +79,7 @@ describe('storage service', function needsName() {
|
|||
|
||||
debug('wait for last contact to be pinned in the left pane');
|
||||
await leftPane
|
||||
.locator(
|
||||
'_react=ConversationListItem' +
|
||||
'[isPinned = true] ' +
|
||||
`[title = ${JSON.stringify(lastContact.profileName)}]`
|
||||
)
|
||||
.locator(`[data-testid="${lastContact.toContact().uuid}"]`)
|
||||
.waitFor({ timeout: durations.MINUTE });
|
||||
|
||||
debug('Verifying the final manifest version');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue