Skip to content
Snippets Groups Projects

Resolve #3245726 "Valueproperty"

1 unresolved thread

Closes #3245726

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
411 A11yAutocomplete(input, { source: data });
412 const wrap = expect(input.parentNode).dom;
413
414 await device.type(input, 't', { wait });
415 wrap.have.descendant('[role="listbox"]').to.be.displayed;
416 wrap.have.descendants('[role="option"]').and.have.length(4);
417 });
418
399 419 it('option groupBy', async () => {
400 420 const data = [
401 421 { value: 'one', label: 'one', group: 'Kitten' },
402 422 { value: 'two', label: 'two', group: 'Kitten' },
403 423 { value: 'three', label: 'three', group: 'Llama' },
404 424 { value: 'four', label: 'four', group: 'Llama' },
405 { value: 'five', label: 'item without group' },
425 { value: 'item without group', label: 'five' },
  • Lauri Timmanee added 1 commit

    added 1 commit

    Compare with previous version

  • Lauri Timmanee added 2 commits

    added 2 commits

    • 72c317a7 - 1 commit from branch project:1.0.x
    • 3a8873a2 - Merge branch '1.0.x' into 3245726-valueproperty

    Compare with previous version

  • Please register or sign in to reply
    Loading