We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287967d commit faa02c3Copy full SHA for faa02c3
e2e/unit.spec.ts
@@ -8,6 +8,7 @@ test('unit tests contain no errors', async ({ page }) => {
8
await page.waitForTimeout(20000);
9
//await page.screenshot({ path: 'errors-view.png' , fullPage: true });
10
// Expect a jasmine bar to contain 0 failures
11
+ console.log(await page.content());
12
await expect(page.locator('.jasmine-overall-result')).toHaveText(/0 failures/);
13
14
});
0 commit comments