File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
dev/tests/functional/tests/app/Magento Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 14
14
<data name =" customer/data/is_subscribed" xsi : type =" string" >No</data >
15
15
<data name =" customer/data/password" xsi : type =" string" >123123^q</data >
16
16
<data name =" customer/data/password_confirmation" xsi : type =" string" >123123^q</data >
17
+ <data name =" tag" xsi : type =" string" >test_type:acceptance_test</data >
17
18
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerSuccessRegisterMessage" />
18
19
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerInGrid" />
19
20
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerLogout" />
25
26
<data name =" customer/data/is_subscribed" xsi : type =" string" >Yes</data >
26
27
<data name =" customer/data/password" xsi : type =" string" >123123^q</data >
27
28
<data name =" customer/data/password_confirmation" xsi : type =" string" >123123^q</data >
29
+ <data name =" tag" xsi : type =" string" >test_type:acceptance_test</data >
28
30
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerSuccessRegisterMessage" />
29
31
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerInGrid" />
30
32
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerForm" />
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ public function resetFilter()
165
165
*/
166
166
protected function waitFilterToLoad ()
167
167
{
168
- $ this ->getTemplateBlock ()->waitForElementNotVisible ( $ this -> loader );
168
+ $ this ->getTemplateBlock ()->waitLoader ( );
169
169
$ browser = $ this ->_rootElement ;
170
170
$ selector = $ this ->filterButton . ', ' . $ this ->resetButton ;
171
171
$ browser ->waitUntil (
You can’t perform that action at this time.
0 commit comments