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 test to verify button block border radius functionality #33211

Merged
merged 9 commits into from
Jul 13, 2021

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    46eeac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e821d1 View commit details
    Browse the repository at this point in the history
  3. Tweak query in test

    guarani committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    344a354 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Clean up bottons tests

    guarani committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a916791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f202cc View commit details
    Browse the repository at this point in the history
  3. RNMobile: Fix reusable block test assertion

    The test should assert the existance of a React element but because of a missing `await`, was instead asserting an unresolved Promise instead. Since the unresolved Promise is a value, `toBeDefined` was returning `true` and the test was passing.
    Fixing the test involves resolving the Promise using `await` so that what's asserted is an actual React element.
    guarani committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9f2d273 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    6fe7bca View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    cb25fef View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    dc93403 View commit details
    Browse the repository at this point in the history