crisiscleanup-3-web
crisiscleanup-3-web copied to clipboard
WIP: E2E Testing for worksite create testing
Description
E2E tests for idempotency + race condition in worksite creation.
- test(e2e): add worksiteCreateData.json fixture
- test(e2e): add createWorksite.spec.js test
Screenshots
N/A
Related Issue
Pull Request Type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation changes
Checklist
- [ ] My code follows the code style of this project.
- [ ] I have updated the documentation.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
Does this introduce a breaking change?
- [ ] Yes
- [ ] No