Skip to content

Commit 5b0016c

Browse files
author
hannahnida
committed
#558: Developer can style content types output differently per viewport - General Mftf tests fixes
1 parent 47bc784 commit 5b0016c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/AdvancedConfigurationActionGroup/ValidateAdvancedConfigurationWithAllUpdatedNotVisibleActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<argument name="index" defaultValue="1" type="string"/>
2424
</arguments>
2525
<waitForElement selector="{{page.base(index)}}" stepKey="waitForElement"/>
26-
<dontSeeElement selector="{{page.base(index)}}" stepKey="dontSeeElement"/>
2726
<executeJS function="return window.getComputedStyle(document.evaluate('{{page.advancedConfigurationPath(index)}}', document.body).iterateNext()).textAlign" stepKey="grabAlignmentValue"/>
2827
<assertEquals stepKey="assertDefaultAlignmentVisible">
2928
<expectedResult type="string">{{defaultAlignment.value}}</expectedResult>

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ContentTypeMapActionGroup/ValidateAdvancedConfigurationWithAllUpdatedMapWithErrorOverlayActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<annotations>
1212
<description>Validates Map with error overlay</description>
1313
</annotations>
14-
<waitForElementVisible selector="{{page.warningMessageLink(index)}}" stepKey="dontSeeElement"/>
14+
<waitForElementVisible selector="{{page.warningMessageLink(index)}}" stepKey="dontSeeElement" after="waitForElement"/>
1515
</actionGroup>
1616
</actionGroups>

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ContentTypeMapActionGroup/ValidateAdvancedConfigurationWithNoAlignmentMapWithErrorOverlayActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<annotations>
1212
<description>Validates Map with error overlay (excl. alignment)</description>
1313
</annotations>
14+
<waitForElementVisible selector="{{page.warningMessageLink(index)}}" stepKey="dontSeeElement" after="waitForElement"/>
1415
<waitForElement selector="{{page.noCssClasses(index)}}" stepKey="waitForCSSClasses"/>
1516
<dontSeeElement selector="{{page.noCssClasses(index)}}" stepKey="dontSeeCSSClasses"/>
16-
<waitForElementVisible selector="{{page.warningMessageLink(index)}}" stepKey="dontSeeElement"/>
1717
</actionGroup>
1818
</actionGroups>

0 commit comments

Comments
 (0)