Skip to content

Commit faa02c3

Browse files
committed
Debug
1 parent 287967d commit faa02c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/unit.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test('unit tests contain no errors', async ({ page }) => {
88
await page.waitForTimeout(20000);
99
//await page.screenshot({ path: 'errors-view.png' , fullPage: true });
1010
// Expect a jasmine bar to contain 0 failures
11+
console.log(await page.content());
1112
await expect(page.locator('.jasmine-overall-result')).toHaveText(/0 failures/);
1213

1314
});

0 commit comments

Comments
 (0)