Skip to content

Commit adcc97d

Browse files
committed
Update copy
1 parent 80085bf commit adcc97d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorial/stage-2-generated-tests/generate-tests-playwright-mcp.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,10 @@ Other classic problems with the tests that the AI generated:
411411
- Hardcoding urls instead of using relative paths
412412
- Not using Playwright `test.step` to label steps in the test & excessive comments
413413

414-
## Glaring holes in our test setup at the moment
414+
## Areas for improvement for our test setup at the moment
415415

416-
It's been fantastic to generate a few tests using this method. When creating this tutorial, I was able to go from one test to ten tests in the space of just an hour or two, but that also should give us a little space to reflect over what we've done.
416+
It's been fantastic to generate a few tests using this method.
417+
When creating this tutorial, I was able to go from one test to ten tests in the space of just an hour or two, but that also should give us a little space to reflect over what we've done.
417418

418419
At the moment:
419420

0 commit comments

Comments
 (0)