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

[RNMobile] Add integration tests to cover Drag & Drop functionality #41364

Merged
merged 11 commits into from
May 31, 2022

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    4db2c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8820a4b View commit details
    Browse the repository at this point in the history
  3. Set draggingId shared value before enable dragging

    This change is required for testing, otherwise the dragging id is not passed when the dragging gesture begins.
    fluiddot committed May 23, 2022
    Configuration menu
    Copy the full SHA
    8e6b615 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    5d55b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187e8ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19495b4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Add test helpers for BlockDraggable component

    Additionally, helpers related to fake timers have been added and updated in the global helpers file.
    fluiddot committed May 26, 2022
    Configuration menu
    Copy the full SHA
    eebe3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9209015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e44c4e6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    94260aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b660888 View commit details
    Browse the repository at this point in the history