Skip to content

Commit

Permalink
Merge pull request #9003 from magento-commerce/stability_control
Browse files Browse the repository at this point in the history
Stability control effort
  • Loading branch information
2 parents a12063b + 2a628c7 commit b4868cd
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<testCaseId value="MC-115"/>
<group value="Bundle"/>
<group value="cloud"/>
<skip>
<issueId value="AC-12124">Fotorama lib isn't loaded</issueId>
</skip>
</annotations>
<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<testCaseId value="MC-103"/>
<group value="Catalog"/>
<group value="cloud"/>
<skip>
<issueId value="AC-12124">Fotorama lib isn't loaded</issueId>
</skip>
</annotations>
<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<severity value="BLOCKER"/>
<testCaseId value="MC-189"/>
<group value="Catalog"/>
<skip>
<issueId value="AC-12124">Fotorama lib isn't loaded</issueId>
</skip>
</annotations>

<before>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<testCaseId value="MC-101"/>
<group value="ConfigurableProduct"/>
<group value="cloud"/>
<skip>
<issueId value="AC-12124">Fotorama lib isn't loaded</issueId>
</skip>
</annotations>

<before>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<!-- Verify country Belgium can be saved without state as state not required -->
<actionGroup ref="StoreFrontClickEditDefaultShippingAddressActionGroup" stepKey="clickOnDefaultShippingAddress"/>
<selectOption selector="{{StorefrontCustomerAddressFormSection.country}}" userInput="Belgium" stepKey="selectCountry"/>
<waitForAjaxLoad stepKey="waitForCountryDataToApply" />
<selectOption selector="{{StorefrontCustomerAddressFormSection.state}}" userInput="Please select a region, state or province." stepKey="selectState"/>
<actionGroup ref="AdminSaveCustomerAddressActionGroup" stepKey="saveAddress"/>
<see selector="{{StorefrontCustomerAddressesSection.defaultShippingAddress}}" userInput="Belgium" stepKey="seeAssertCustomerDefaultShippingAddressCountry"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<severity value="MAJOR"/>
<testCaseId value="MC-117"/>
<group value="Downloadable"/>
<skip>
<issueId value="AC-12124">Fotorama lib isn't loaded</issueId>
</skip>
</annotations>
<before>
<magentoCLI stepKey="addDownloadableDomain" command="downloadable:domains:add static.magento.com"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<testCaseId value="MC-106"/>
<group value="GroupedProduct"/>
<group value="cloud"/>
<skip>
<issueId value="AC-12124">Fotorama lib isn't loaded</issueId>
</skip>
</annotations>
<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
Expand Down

0 comments on commit b4868cd

Please sign in to comment.