Skip to content

Commit

Permalink
Add checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxek committed Dec 17, 2024
1 parent c6a6ccc commit 69f3494
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions __checks__/adrianmorenoinfo.check.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,12 @@ test('visit page and take screenshot', async ({ page }) => {

// Take a screenshot
await page.screenshot({ path: 'screenshot.jpg' })

// Page title
await expect(page).toHaveTitle('Adrián Moreno Peña | VP of Engineering based in Copenhagen (Denmark) ⸱ mobile apps, platforms, APIs, SaaS');

// Checking for some element in the content
await page.locator(".display-1").count() > 0


})

1 comment on commit 69f3494

@vercel
Copy link

@vercel vercel bot commented on 69f3494 Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.