You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/functional/tests/MFTF/DevDocs/Helper/CustomHelper.php
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,12 @@ public function goTo(
29
29
$bla = 'blaValue',
30
30
array$arraysomething = []
31
31
) {
32
-
print("this is it: " . $url . PHP_EOL);
33
-
sleep(4);
32
+
print('Hello, this is custom helper which gives an ability to write custom solutions without usage of <executeInSelenium /> and <performOn /> actions.');
0 commit comments