We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd04e5 commit 5765ca5Copy full SHA for 5765ca5
__checks__/docs.spec.ts
@@ -5,5 +5,5 @@ test('homepage', async ({ page }) => {
5
const checklyPage = new ChecklySitePage(page)
6
await checklyPage.goto('/docs')
7
await checklyPage.screenshot('docs')
8
- expect(await page.title()).toEqual('Get Started | Checkly')
+ expect(await page.title()).toEqual('Getting started with Checkly | Checkly')
9
})
0 commit comments