Skip to content

Commit db72025

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-32250: Header
- fixed functional tests
1 parent 6960229 commit db72025

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/CustomerForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CustomerForm extends FormTabs
2828
*
2929
* @var string
3030
*/
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;"])';
3232

3333
/**
3434
* Field wrapper with label on form.

dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutSuccess.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/pages.xsd">
99
<page name="MultishippingCheckoutSuccess" mca="multishipping/checkout/success" module="Magento_Multishipping">
1010
<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"/>
1212
</page>
1313
</config>

0 commit comments

Comments
 (0)