-
-
Notifications
You must be signed in to change notification settings - Fork 736
fix: updated performSwipe with w3c protocol #4154
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
Merged
kobenguyent
merged 21 commits into
codeceptjs:3.x
from
MykaLev:performeSwipe-updated-to-w3c-protocol
Feb 2, 2024
Merged
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7f43984
updated performSwipe with w3c protocol
MykaLev a445b71
chore(deps-dev): bump @wdio/utils from 8.27.2 to 8.28.8 (#4152)
dependabot[bot] cd4288e
fix: I.say would be added to Test.steps object (#4145)
kobenguyent 439364e
release 3.5.12 (#4156)
kobenguyent 4837073
fix(webapi): selectOption method (#4157)
dyaroman 795f5d2
DOC: Update contributor faces
actions-user a40285d
fixed typescript parameter inputs count
MykaLev 69e0a0e
chore(deps-dev): bump testcafe from 3.3.0 to 3.5.0 (#4160)
dependabot[bot] e117cd7
updated performSwipe with w3c protocol
MykaLev ff20bc3
fixed typescript parameter inputs count
MykaLev f31ab61
Merge remote-tracking branch 'origin/performeSwipe-updated-to-w3c-pro…
MykaLev 7429925
chore(deps-dev): bump @wdio/sauce-service from 8.27.0 to 8.29.1 (#4161)
dependabot[bot] f4fed9e
removed elementId parameter
MykaLev feb8d52
updated performSwipe with w3c protocol
MykaLev f914416
fixed typescript parameter inputs count
MykaLev a42f717
removed elementId parameter
MykaLev 4b02f89
Merge remote-tracking branch 'origin/performeSwipe-updated-to-w3c-pro…
MykaLev eb1d5d4
run mobile tests
kobenguyent 1cc4f43
run mobile tests
kobenguyent 40a117c
run mobile tests
kobenguyent 116d655
tweak ci
kobenguyent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to performSwipe without passing the elementId?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Id: - is mandatory attribute of the w3c call. But can be used some random string inside the method instead of elementId parameter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That'll be great if we could implement like that. Cause we actually perform swipe without knowing any element id.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed elementId but after merge after sync with main repo I got some extra files changes. Not sure why