Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get a little farther in the test before failing (#1044)
The date range is not currently actually being filled in. You can verify this by turning off "headless" mode and running the test with a byebug after line 64. There are two main errors in the console: `TypeError: m.includes is not a function`, raised from the updateRangeInput function in lux-styleguidist `TypeError: Cannot read properties of undefined`, raised from the toLocaleDateString function in lux-styleguidist See pulibrary/lux-design-system#107
- Loading branch information