You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We separated reg1 and reg2 mock data as part of #2222. Reg1 mock data should stay untouched to allow reg1 e2e tests to pass. Reg2 mock data, however, could use some improvements. It's hard to test transfers right now because we don't have enough records and/or they're contradictory.
Acceptance Criteria
Operation and OperationDesignatedOperatorTimeline model data should match (Operation has a pk to operator in both, and they're not consistent currently)
operation status and purpose should make sense (e.g., a mock operation has to be registered before it can have a purpose or regulated products, and only certain purposes have products)
All operators (except one for testing, name is something like "Alpha Industries - no operation) should have at least one Operation
All SFO operations (again, except one for testing, put something like -- no facility) should have one facility
All LFO operations (except one) should have at least two facilities
At least one operator should have parent operators (put -- Has ParENT Operators in the legal_name)
At least one operator should have partner operators (put -- Has ParTNER Operators in the legal_name)
Only give about half the operations a BORO ID (so we can test creating them), and if they have an ID, status must be operation.status must be registered
Only give half the facilities a BCGHG ID (so we can test creating them)
It is apparent from the operation name whether it is an SFO or LFO & whether it is registered
- [ ] Reg1 shouldn't have the Operation statuses of Registered, Transferred, Closed, or Temporarily Shutdown. When we tried to remove them from the reg1 mock data, the e2e tests failed. This was not reproducible locally, so first step to debugging this is modifying CI to get the playwright report so we can see what's going on.
Definition of Done
first
second
third
Additional context
Add any other context about the task here.
Or here
The text was updated successfully, but these errors were encountered:
Only give about half the operations a BORO ID (so we can test creating them), and if they have an ID, status must be operation.status must be registered
Only give half the facilities a BCGHG ID (so we can test creating them)
Describe the task
We separated reg1 and reg2 mock data as part of #2222. Reg1 mock data should stay untouched to allow reg1 e2e tests to pass. Reg2 mock data, however, could use some improvements. It's hard to test transfers right now because we don't have enough records and/or they're contradictory.
Acceptance Criteria
Definition of Done
Additional context
The text was updated successfully, but these errors were encountered: