@pygmalionjs/pygmalion 0.6.5 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -221,7 +221,7 @@ A scenario must appear in exactly one category. Invalid references, missing
221
221
  coverage, and duplicate classifications fail before the editor opens.
222
222
 
223
223
  Screen recipes support `click`, `focus`, `hover`, `focus-visible`, `active`,
224
- `fill`, `check`, `press`, `wait`, and `storage` steps. Use deterministic recipes
224
+ `fill`, `check`, `press`, `scroll`, `wait`, and `storage` steps. Use deterministic recipes
225
225
  and assertions so each frame represents a repeatable application state. The
226
226
  [screen state contract](./docs/screen-state-contract.md) defines when a
227
227
  variation is a frame, an interaction state, a condition state, an editable