-
-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Description
When creating threshold variations, we did not know that variations were to be ordered in ascending order.
For example we had these variations, and didn't realise our "Control" variant was always selected.
See examples and loom recordings
Our variations:
Some loom walkthroughs:
Example failing test case added to this draft PR
Is this the intenional behaviour (that threshold scopes must be ordered by ascending value).
- If yes, we can take the above draft and solidify some unit tests and documentation around this behaviour.
- If no, we can add a small fix to ensure we sort threshold scopes before processing and picking threshold groups.
Reactions are currently unavailable