Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression test combobox_grid-combo > Home from focus on list puts focus on grid and moves cursor failing on macOS #2073

Open
howard-e opened this issue Oct 29, 2021 · 0 comments
Labels
bug Code defects; not for inaccurate prose regression-testing Related to AVA regression tests of example pages or AVA framework implementation within repo

Comments

@howard-e
Copy link
Contributor

First noticed when running the regression tests locally on #2055.

The following assertion is confirmed as failing on macOS Big Sur & macOS Monterey:

t.true(
await confirmCursorIndex(t, ex.comboboxSelector, 0),
'Cursor should be at index 0 after one ARROW_HOME key'
);

Output:

not ok 133 - combobox_grid-combo › combobox/grid-combo.html [data-test-id="popup-key-home"]: Home from focus on list puts focus on grid and moves cursor
  ---
    name: AssertionError
    message: Cursor should be at index 0 after one ARROW_HOME key
    assertion: 'true'
    values:
      'Value is not `true`:': 'false'
    at: |-
      test/tests/combobox_grid-combo.js:880:11
      runMicrotasks (<anonymous>)
  ...
@howard-e howard-e added the bug Code defects; not for inaccurate prose label Oct 29, 2021
@zcorpan zcorpan added the regression-testing Related to AVA regression tests of example pages or AVA framework implementation within repo label Oct 29, 2021
@zcorpan zcorpan changed the title Regression test combobox_grid-combo > Home from focus on list puts focus on grid and moves cursor failing on MacOS Regression test combobox_grid-combo > Home from focus on list puts focus on grid and moves cursor failing on macOS Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Code defects; not for inaccurate prose regression-testing Related to AVA regression tests of example pages or AVA framework implementation within repo
Projects
None yet
Development

No branches or pull requests

2 participants