fix: updated performSwipe with w3c protocol#4154
Merged
kobenguyent merged 21 commits intocodeceptjs:3.xfrom Feb 2, 2024
Merged
fix: updated performSwipe with w3c protocol#4154kobenguyent merged 21 commits intocodeceptjs:3.xfrom
kobenguyent merged 21 commits intocodeceptjs:3.xfrom
Conversation
* release 3.5.12
trim text content value
Bumps [testcafe](https://github.com/DevExpress/testcafe) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/DevExpress/testcafe/releases) - [Changelog](https://github.com/DevExpress/testcafe/blob/master/CHANGELOG.md) - [Commits](DevExpress/testcafe@v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: testcafe dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobenguyent
reviewed
Jan 29, 2024
lib/helper/Appium.js
Outdated
| * | ||
| * ```js | ||
| * I.performSwipe({ x: 300, y: 100 }, { x: 200, y: 100 }); | ||
| * I.performSwipe(elementId, { x: 300, y: 100 }, { x: 200, y: 100 }); |
Collaborator
There was a problem hiding this comment.
is it possible to performSwipe without passing the elementId?
Contributor
Author
There was a problem hiding this comment.
Id: - is mandatory attribute of the w3c call. But can be used some random string inside the method instead of elementId parameter
Collaborator
There was a problem hiding this comment.
That'll be great if we could implement like that. Cause we actually perform swipe without knowing any element id.
Contributor
Author
There was a problem hiding this comment.
I removed elementId but after merge after sync with main repo I got some extra files changes. Not sure why
…tocol' into performeSwipe-updated-to-w3c-protocol
…tocol' into performeSwipe-updated-to-w3c-protocol
Contributor
Author
|
Is there any blocker from merging this PR? |
kobenguyent
added a commit
that referenced
this pull request
Feb 2, 2024
This reverts commit 3b34ae6.
Collaborator
|
unfortunately, it broke our appium tests. |
Contributor
Author
|
Which tests were broken. And where can I find the report? |
Collaborator
|
Please check them here: |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation/Description of the PR
Applicable helpers:
Type of change
Checklist:
npm run lint)