Closed
Description
Having the following block produce a missing-playwright-await error
await Promise.all([
expect(previewLessonPage.relatedContent.title).toBeHidden(),
expect(previewLessonPage.relatedContent.items).toHaveCount(0),
]);
Those cases should not produce errors considering that we're handling them into a Promise already and that promise it's being awaited.
Metadata
Metadata
Assignees
Labels
No labels