Enables ContextIsolation
This commit is contained in:
parent
4bbf5eb5d4
commit
9374832ea4
83 changed files with 1009 additions and 1073 deletions
|
@ -64,13 +64,7 @@ describe('pnp/change number', function needsName() {
|
|||
]);
|
||||
|
||||
debug('opening conversation with the first contact');
|
||||
await leftPane
|
||||
.locator(
|
||||
'_react=ConversationListItem' +
|
||||
`[title = ${JSON.stringify(first.profileName)}] ` +
|
||||
' >> "After"'
|
||||
)
|
||||
.click();
|
||||
await leftPane.locator(`[data-testid="${first.toContact().uuid}"]`).click();
|
||||
|
||||
debug('done');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue