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

test(list): Use the dragAndDrop utility for mouse tests #7604

Merged
merged 3 commits into from
Aug 25, 2023

Conversation

driskull
Copy link
Member

Related Issue: #7574

Summary

  • use dragAndDrop util for more tests.

@github-actions github-actions bot added the testing Issues related to automated or manual testing. label Aug 24, 2023
@driskull driskull marked this pull request as ready for review August 25, 2023 00:06
@driskull driskull requested a review from a team as a code owner August 25, 2023 00:07
Copy link
Member

@jcfranco jcfranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🎉

await page.waitForChanges();
await page.waitForTimeout(listDebounceTimeout);
await calciteListFilterEvent3;
expect(await list.getProperty("filteredItems")).toHaveLength(0);
expect(await list.getProperty("filteredData")).toHaveLength(0);
expect(await list.getProperty("filterText")).toBe("twoblah");
expect(await list.getProperty("filterText")).toBe("two blah");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✨🧹✨

@driskull driskull merged commit cb10eaa into main Aug 25, 2023
@driskull driskull deleted the dris0000/list-drag-tests branch August 25, 2023 16:31
@github-actions github-actions bot added this to the 2023 August Priorities milestone Aug 25, 2023
benelan added a commit that referenced this pull request Aug 25, 2023
…input

* origin/main:
  chore: release next
  fix(tree-item): updates state when selection changes programmatically for `selection-mode='ancestors'` (#7572)
  chore: release next
  feat(combobox): add single-persist selection mode (#7583)
  chore: release next
  fix(modal): catch error when beforeClose promise is rejected (#7600)
  fix(flow): catch error when beforeBack promise is rejected (#7601)
  test(list): Use the dragAndDrop utility for mouse tests (#7604)
Elijbet pushed a commit that referenced this pull request Aug 30, 2023
**Related Issue:** #7574

## Summary

- use dragAndDrop util for more tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Issues related to automated or manual testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants