Failing dialog-modal_datepicker.js
test
#2938
Labels
bug
Code defects; not for inaccurate prose
regression-testing
Related to AVA regression tests of example pages or AVA framework implementation within repo
A failure I've confirmed to not be flaky, first observed in #2936:
error shown in build: Element query returned no results: #example [role="dialog"] table.dates td[data-date="2019-01-01"]
I'm unsure why this happens at the moment but raising the issue because it doesn't seem to be unique to #2936. That PR also doesn't affect files which can cause that. The test is currently at
test/tests/dialog-modal_datepicker.js#L228:L266
I'm also able to consistently replicate this failure on
main
by running the following command locally:npm run regression -- -t test/tests/dialog-modal_datepicker.js
The text was updated successfully, but these errors were encountered: