Skip to content

Commit f26b717

Browse files
committed
MAGETWO-87577: Build Stabilization
Fix action group for block slideout sort, and change seeElementVisible to seeElementInDOM
1 parent c2314be commit f26b717

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@
3636
<selectOption selector="{{WidgetSection.WidgetTemplate}}" userInput="CMS Static Block Default Template" stepKey="selectTemplate" />
3737
<click selector="{{WidgetSection.BtnChooser}}" stepKey="clickSelectPageBtn" />
3838
<waitForLoadingMaskToDisappear stepKey="waitForLoading2" />
39-
<conditionalClick selector="//div[contains(@data-role, 'grid-wrapper')]/table/thead/tr/th/span[contains(text(), 'ID')]" dependentSelector="//span[contains(text(), 'ID')]/parent::th[not(contains(@class, '_descend'))]/parent::tr/parent::thead/parent::table/parent::div[contains(@data-role, 'grid-wrapper')]" stepKey="clickToAttemptSortByIdDescending3" visible="true"/>
40-
<waitForLoadingMaskToDisappear stepKey="waitForFirstIdSortDescendingToFinish2" />
41-
<!-- Conditional Click again in case it goes from default state to ascending on first click -->
42-
<conditionalClick selector="//div[contains(@data-role, 'grid-wrapper')]/table/thead/tr/th/span[contains(text(), 'ID')]" dependentSelector="//span[contains(text(), 'ID')]/parent::th[not(contains(@class, '_descend'))]/parent::tr/parent::thead/parent::table/parent::div[contains(@data-role, 'grid-wrapper')]" stepKey="secondClickToAttemptSortByIdDescending4" visible="true"/>
39+
<fillField selector="//input[@name='chooser_identifier']" userInput="{{Block.identifier}}" stepKey="fillBlockIdentifier"/>
40+
<click selector="//div[@class='modal-inner-wrap']//button[@title='Search']" stepKey="clickSearchBtn" />
4341
<waitForLoadingMaskToDisappear stepKey="waitForSecondIdSortDescendingToFinish2" />
4442
<waitForElementVisible selector="{{WidgetSection.BlockPage(Block.identifier)}}" stepKey="waitForBlockTitle" />
4543
<click selector="{{WidgetSection.BlockPage(Block.identifier)}}" stepKey="selectPreCreateBlock" />

0 commit comments

Comments
 (0)