File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/functional/tests/app/Magento
Customer/Test/Block/Adminhtml/Edit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class CustomerForm extends FormTabs
28
28
*
29
29
* @var string
30
30
*/
31
- protected $ activeFormTab = '.entry-edit.form-inline [data-bind="visible: active"]:not([style="display: none;"]) ' ;
31
+ protected $ activeFormTab = '#container [data-bind="visible: active"]:not([style="display: none;"]) ' ;
32
32
33
33
/**
34
34
* Field wrapper with label on form.
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/pages.xsd" >
9
9
<page name =" MultishippingCheckoutSuccess" mca =" multishipping/checkout/success" module =" Magento_Multishipping" >
10
10
<block name =" successBlock" class =" Magento\Multishipping\Test\Block\Checkout\Success" locator =" .multicheckout.success" strategy =" css selector" />
11
- <block name =" titleBlock" class =" Magento\Theme\Test\Block\Html\Title" locator =" .title" strategy =" css selector" />
11
+ <block name =" titleBlock" class =" Magento\Theme\Test\Block\Html\Title" locator =" .page- title" strategy =" css selector" />
12
12
</page >
13
13
</config >
You can’t perform that action at this time.
0 commit comments