Skip to content

Commit 14b708f

Browse files
xtianpaulpopus
andauthored
fix(templates): typo in with-cloudflare-d1 template (#14243)
<!-- Thank you for the PR! Please go through the checklist below and make sure you've completed all the steps. Please review the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository if you haven't already. The following items will ensure that your PR is handled as smoothly as possible: - PR Title must follow conventional commits format. For example, `feat: my new feature`, `fix(plugin-seo): my fix`. - Minimal description explained as if explained to someone not immediately familiar with the code. - Provide before/after screenshots or code diffs if applicable. - Link any related issues/discussions from GitHub or Discord. - Add review comments if necessary to explain to the reviewer the logic behind a change ### What? ### Why? ### How? Fixes # --> Co-authored-by: Paul Popus <paul@payloadcms.com>
1 parent f3c0bc8 commit 14b708f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/with-cloudflare-d1/tests/e2e/frontend.e2e.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ test.describe('Frontend', () => {
1313

1414
await expect(page).toHaveTitle(/Payload Blank Template/)
1515

16-
const headging = page.locator('h1').first()
16+
const heading = page.locator('h1').first()
1717

18-
await expect(headging).toHaveText('Welcome to your new project.')
18+
await expect(heading).toHaveText('Welcome to your new project.')
1919
})
2020
})

0 commit comments

Comments
 (0)