feat(frontend): monitor tests (#8880)

<!-- Clearly explain the need for these changes: -->
We want to be able to test the monitor page with importing and exporting
agents
### Changes 🏗️

- Adds more test ids
- Builds out monitor.page.ts
- adds import export tests
- Fixes #8791, fixes #8795, fixes #8792
<!-- Concisely describe all of the changes made in this pull request:
-->

### Checklist 📋

#### For code changes:
- [ ] I have clearly listed my changes in the PR description
- [ ] I have made a test plan
- [ ] I have tested my changes according to the test plan:
Writing/Running the automated tests
This commit is contained in:
Nicholas Tindle
2024-12-06 15:14:33 -06:00
committed by GitHub
parent eb79c04855
commit b62f411518
13 changed files with 484 additions and 24 deletions

1
.gitignore vendored
View File

@@ -173,3 +173,4 @@ LICENSE.rtf
autogpt_platform/backend/settings.py
/.auth
/autogpt_platform/frontend/.auth
.test-contents