Skip to content

Commit

Permalink
add debug html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed May 20, 2024
1 parent 6b610a5 commit dc0023f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e-tests/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ test('increment functionality works properly', async ({ page }) => {

await page.waitForTimeout(2000);

const html = await page.content();
console.log(html);

Check warning on line 18 in e2e-tests/example.spec.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected console statement

const incrementButton = page.getByText('Increment Counter');
await incrementButton.click();

Expand Down

0 comments on commit dc0023f

Please sign in to comment.