Skip to content

Commit bbf2ba9

Browse files
committed
MQE-714: Resolve random MFTF Chrome failures in Jenkins
- revert storefront change to previous
1 parent a16614f commit bbf2ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Section/StorefrontPanelHeaderSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
1111
<section name="StorefrontPanelHeaderSection">
12-
<element name="createAnAccountLink" type="select" selector="//a[text() = 'Create an Account']"/>
12+
<element name="createAnAccountLink" type="select" selector=".panel.header li:nth-child(3)"/>
1313
</section>
1414
</sections>

0 commit comments

Comments
 (0)