Skip to content

Commit c4c2901

Browse files
authored
Update _index.md (#1266)
@MariadeAnton FYI — I changed the example to be technically correct. :)
1 parent f057b7a commit c4c2901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/docs/playwright-checks/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Here's a fully working example. Adjust the `pwProjects` and `pwTags` to ones tha
105105
},
106106
{
107107
/* Create a check that runs the critical tagged tests every 10 mins */
108-
name: 'Critical-tagged',
109-
pwTags: 'critical', // Reference an existing tag in your tests
108+
name: 'checkly-tagged',
109+
pwTags: 'checkly', // Reference an existing tag in your tests
110110
frequency: Frequency.EVERY_10M, // set your ideal frequency
111111
locations: ['eu-west-1'],
112112
},
@@ -141,4 +141,4 @@ Now, you can test and deploy the individual monitors above, that reference exist
141141
> You are about to deploy your project "playwright-check-suites" to account "Checkly E2E Prod". Do you want to continue? … yes
142142
```
143143

144-
Now, you can head over to [Checkly's home dashboard](https://app.checklyhq.com/) and see your new checks running and associate an alert channel for them.
144+
Now, you can head over to [Checkly's home dashboard](https://app.checklyhq.com/) and see your new checks running and associate an alert channel for them.

0 commit comments

Comments
 (0)