Skip to content

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

@howard-e

Description

@howard-e

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>)
  ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugCode defects; not for inaccurate proseregression-testingRelated to AVA regression tests of example pages or AVA framework implementation within repo

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions