Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3fcd37c

Browse files
committed
MAGETWO-87243: Unskip failing MFTF tests for WYSIWYG
- Skip EndToEnd Scenario only on PageBuilder, split actionGroup to a separate file
1 parent d0a47f8 commit 3fcd37c

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test/EndToEndB2CGuestUserTest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
<features value="End to End scenarios"/>
1414
<stories value="B2C guest user - MAGETWO-75411"/>
1515
<group value="e2e"/>
16-
<!--Skipped; see: MAGETWO-88777-->
17-
<group value="skip"/>
1816
<title value="You should be able to pass End to End B2C Guest User scenario"/>
1917
<description value="User browses catalog, searches for product, adds product to cart, adds product to wishlist, compares products, uses coupon code and checks out."/>
2018
<severity value="CRITICAL"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/ActionGroup/CMSActionGroup.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,4 @@
4444
<waitForPageLoad stepKey="waitForPageLoad3"/>
4545
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskOfStagingSection" />
4646
</actionGroup>
47-
<actionGroup name="searchBlockOnGridPage">
48-
<arguments>
49-
<argument name="Block" defaultValue=""/>
50-
</arguments>
51-
<fillField selector="//input[@name='chooser_identifier']" userInput="{{Block.identifier}}" stepKey="fillEntityIdentifier"/>
52-
<click selector="//div[@class='modal-inner-wrap']//button[@title='Search']" stepKey="clickSearchBtn" />
53-
<waitForLoadingMaskToDisappear stepKey="waitForSecondIdSortDescendingToFinish2" />
54-
<waitForElementVisible selector="{{WidgetSection.BlockPage(Block.identifier)}}" stepKey="waitForBlockTitle" />
55-
</actionGroup>
5647
</actionGroups>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
<features value="End to End scenarios"/>
1414
<stories value="B2C logged in user - MAGETWO-72524"/>
1515
<group value="e2e"/>
16-
<!--Skipped; see: MAGETWO-88777-->
17-
<group value="skip"/>
1816
<title value="You should be able to pass End to End B2C Logged In User scenario"/>
1917
<description value="New user signup and browses catalog, searches for product, adds product to cart, adds product to wishlist, compares products, uses coupon code and checks out."/>
2018
<severity value="CRITICAL"/>

0 commit comments

Comments
 (0)