From db7202572fb9b7892a3edd2a227b8bb19006764f Mon Sep 17 00:00:00 2001 From: Dmytro Vilchynskyi <dvilchynskyi@ebay.com> Date: Sat, 14 Mar 2015 15:17:06 +0200 Subject: [PATCH] MAGETWO-32250: Header - fixed functional tests --- .../Magento/Customer/Test/Block/Adminhtml/Edit/CustomerForm.php | 2 +- .../Multishipping/Test/Page/MultishippingCheckoutSuccess.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/CustomerForm.php b/dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/CustomerForm.php index 3a0406ba934..81b98fd342f 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/CustomerForm.php +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Edit/CustomerForm.php @@ -28,7 +28,7 @@ class CustomerForm extends FormTabs * * @var string */ - protected $activeFormTab = '.entry-edit.form-inline [data-bind="visible: active"]:not([style="display: none;"])'; + protected $activeFormTab = '#container [data-bind="visible: active"]:not([style="display: none;"])'; /** * Field wrapper with label on form. diff --git a/dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutSuccess.xml b/dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutSuccess.xml index 1d15c7fc371..aa8346258cd 100644 --- a/dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutSuccess.xml +++ b/dev/tests/functional/tests/app/Magento/Multishipping/Test/Page/MultishippingCheckoutSuccess.xml @@ -8,6 +8,6 @@ <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/pages.xsd"> <page name="MultishippingCheckoutSuccess" mca="multishipping/checkout/success" module="Magento_Multishipping"> <block name="successBlock" class="Magento\Multishipping\Test\Block\Checkout\Success" locator=".multicheckout.success" strategy="css selector"/> - <block name="titleBlock" class="Magento\Theme\Test\Block\Html\Title" locator=".title" strategy="css selector"/> + <block name="titleBlock" class="Magento\Theme\Test\Block\Html\Title" locator=".page-title" strategy="css selector"/> </page> </config> \ No newline at end of file -- GitLab