Fix flakey mock test

This commit is contained in:
Fedor Indutny 2023-04-19 09:13:48 -07:00 committed by GitHub
parent 703a82c818
commit 9ce0746f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 185 additions and 139 deletions

View file

@ -192,7 +192,7 @@ describe('pnp/accept gv2 invite', function needsName() {
debug('Checking final notification');
await window
.locator(
'text=You accepted an invitation to the group from ' +
'.SystemMessage >> text=You accepted an invitation to the group from ' +
`${second.profileName}.`
)
.waitFor();