Skip to content

Commit 9651c9d

Browse files
committed
chore: removea unused line
1 parent 9b46abe commit 9651c9d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/unit/script/test_routes.js

-5
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,6 @@ const METHOD_MAP = {
358358
'/wd/hub/session/:sessionId/appium/device/keyevent': {
359359
POST: {command: 'keyevent', payloadParams: {required: ['keycode'], optional: ['metastate']}}
360360
},
361-
'/wd/hub/session/:sessionId/appium/device/rotate': {
362-
POST: {command: 'mobileRotation', payloadParams: {
363-
required: ['x', 'y', 'radius', 'rotation', 'touchCount', 'duration'],
364-
optional: ['element'] }}
365-
},
366361
'/wd/hub/session/:sessionId/appium/device/current_activity': {
367362
GET: {command: 'getCurrentActivity'}
368363
},

0 commit comments

Comments
 (0)