Skip to content

Commit f6a7763

Browse files
committed
MQE-1711: Switch between Developer mode and Production mode takes long time and the test end up time out
Resolved conflicts in ActionObject.
1 parent 9e7ce0d commit f6a7763

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Magento/FunctionalTestingFramework/Test/Objects/ActionObject.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class ActionObject
7272
const ACTION_ATTRIBUTE_VARIABLE_REGEX_PARAMETER = '/\(.+\)/';
7373
const ACTION_ATTRIBUTE_VARIABLE_REGEX_PATTERN = '/({{[\w]+\.[\w\[\]]+}})|({{[\w]+\.[\w]+\((?(?!}}).)+\)}})/';
7474
const STRING_PARAMETER_REGEX = "/'[^']+'/";
75-
const DEFAULT_WAIT_TIMEOUT = 10;
7675
const DEFAULT_COMMAND_WAIT_TIMEOUT = 60;
7776
const ACTION_ATTRIBUTE_USERINPUT = 'userInput';
7877
const ACTION_TYPE_COMMENT = 'comment';

0 commit comments

Comments
 (0)