mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
fix(docs): missing tags from code that are referenced in docs (#10400)
<!-- Clearly explain the need for these changes: --> The docs have an issue with not building due to changes made in the process of updating the e2e testing to remove the monitor page. ### Changes 🏗️ <!-- Concisely describe all of the changes made in this pull request: --> fixes the missing start and end tags that prevent docs from building. ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [x] run the build and check for no errors indicating missing tags - [x] deploy to netlify
This commit is contained in:
@@ -160,6 +160,7 @@ You can pass information between tests using the `testInfo` object. This is usef
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
## See Also
|
||||
|
||||
- [Writing Tests](https://playwright.dev/docs/writing-tests)
|
||||
|
||||
Reference in New Issue
Block a user