Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 03444b0

Browse files
committed
Merge pull request #96 from kraigh/master
Fixed incorrect RemoteTouchScreen.php filename in __init__.php on line 76
2 parents 5cb53c7 + bfb9145 commit 03444b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/__init__.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
// touch
7575
require_once('interactions/WebDriverTouchScreen.php');
76-
require_once('remote/RemoteTouch.php');
76+
require_once('remote/RemoteTouchScreen.php');
7777
require_once('interactions/WebDriverTouchActions.php');
7878
require_once('interactions/touch/WebDriverTouchAction.php');
7979
require_once('interactions/touch/WebDriverDoubleTapAction.php');
@@ -85,4 +85,4 @@
8585
require_once('interactions/touch/WebDriverScrollAction.php');
8686
require_once('interactions/touch/WebDriverScrollFromElementAction.php');
8787
require_once('interactions/touch/WebDriverTapAction.php');
88-
require_once('interactions/touch/WebDriverUpAction.php');
88+
require_once('interactions/touch/WebDriverUpAction.php');

0 commit comments

Comments
 (0)