File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
src/Magento/FunctionalTestingFramework Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ public function getTestName()
244
244
private function shouldSkipCheck ($ step , $ manualSkip )
245
245
{
246
246
if ($ step instanceof Step \Comment || in_array ($ step ->getAction (), $ this ->ignoredActions ) || $ manualSkip ) {
247
- print ("here " );
248
247
return true ;
249
248
}
250
249
return false ;
Original file line number Diff line number Diff line change @@ -680,6 +680,5 @@ public function amOnPage($page)
680
680
public function skipReadinessCheck ($ check )
681
681
{
682
682
$ this ->config ['skipReadiness ' ] = $ check ;
683
- print ("test " );
684
683
}
685
684
}
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ class ActionObject
62
62
const FUNCTION_CLOSURE_ACTIONS = ['waitForElementChange ' , 'performOn ' ];
63
63
const MERGE_ACTION_ORDER_AFTER = 'after ' ;
64
64
const MERGE_ACTION_ORDER_BEFORE = 'before ' ;
65
- const SKIP_READINESS_FLAG = 'skipReadiness ' ;
66
65
const ACTION_ATTRIBUTE_URL = 'url ' ;
67
66
const ACTION_ATTRIBUTE_SELECTOR = 'selector ' ;
68
67
const ACTION_ATTRIBUTE_VARIABLE_REGEX_PARAMETER = '/\(.+\)/ ' ;
You can’t perform that action at this time.
0 commit comments