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: Update Media Blocks tests for Appium 2 #55222

Merged
merged 4 commits into from
Oct 11, 2023

Commits on Oct 10, 2023

  1. test: Replace sleep with pause utility

    Update syntax for WebdriverIO, which is a part of the Appium 2 upgrade.
    dcalhoun committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b6852e8 View commit details
    Browse the repository at this point in the history
  2. test: Replace elementsByAccessibilityId usage

    Update syntax for WebdriverIO, which is a part of the Appium 2 upgrade.
    dcalhoun committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fb5b3ca View commit details
    Browse the repository at this point in the history
  3. test: Replace elementByXPath usage

    Update syntax for WebdriverIO, which is a part of the Appium 2 upgrade.
    dcalhoun committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    56922c7 View commit details
    Browse the repository at this point in the history
  4. test: Repair enterCaptionToSelectedImageBlock utility

    Update syntax for WebdriverIO, which is a part of the Appium 2 upgrade.
    
    Additionally, the `clearValue` method did not succeed on the caption
    Button element. Hence, the utility was expanded to instead type into the
    TextView.
    dcalhoun committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    90d8bb9 View commit details
    Browse the repository at this point in the history