File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/Magento/FunctionalTestingFramework Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ class PageReadinessExtension extends Extension
43
43
*/
44
44
private $ ignoredActions = [
45
45
'saveScreenshot ' ,
46
+ 'skipReadinessCheck ' ,
46
47
'wait '
47
48
];
48
49
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ private function insertReadinessSkips()
232
232
{
233
233
foreach ($ this ->orderedSteps as $ step ) {
234
234
if (array_key_exists ("skipReadiness " , $ step ->getCustomActionAttributes ())) {
235
- if ($ step ->getCustomActionAttributes ()['skipReadiness ' ]) {
235
+ if ($ step ->getCustomActionAttributes ()['skipReadiness ' ] == " true " ) {
236
236
$ skipReadinessOn = new ActionObject (
237
237
$ step ->getStepKey () . self ::SKIP_READINESS_ON_SUFFIX ,
238
238
self ::SKIP_READINESS_ACTION_NAME ,
You can’t perform that action at this time.
0 commit comments