We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d55e6 commit f316491Copy full SHA for f316491
src/Magento/FunctionalTestingFramework/Test/Objects/TestObject.php
@@ -21,12 +21,20 @@ class TestObject
21
22
const TEST_ACTION_WEIGHT = [
23
'waitForPageLoad' => 1500,
24
- 'amOnPage' => 1000,
+ 'amOnPage' => 1500,
25
'waitForLoadingMaskToDisappear' => 500,
26
'wait' => self::WAIT_TIME_ATTRIBUTE,
27
+ 'waitForAjaxLoad' => 500,
28
+ 'waitForJS' => 500,
29
'comment' => 5,
30
'assertCount' => 5,
- 'closeAdminNotification' => 10
31
+ 'closeAdminNotification' => 10,
32
+ 'magentoCLI' => 1000,
33
+ 'magentoCron' => 3000,
34
+ 'createData' => 500,
35
+ 'deleteData' => 100,
36
+ 'updateData' => 100,
37
+ 'getOTP' => 200,
38
];
39
40
/**
0 commit comments