Skip to content

Commit faa830e

Browse files
committed
CR fix
1 parent c14f108 commit faa830e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/TestCase.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ protected function pathTo($path)
168168
*/
169169
protected function safePageWait($time, $condition)
170170
{
171+
@trigger_error(
172+
sprintf('The method %s is deprecated: drivers should wait for page navigation automatically', __METHOD__),
173+
E_USER_DEPRECATED
174+
);
175+
171176
return true;
172177
}
173178
}

0 commit comments

Comments
 (0)