We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b7f30 commit e0d1137Copy full SHA for e0d1137
app/code/Magento/Store/Test/Mftf/Section/AdminNewWebsiteActionsSection.xml
@@ -8,5 +8,6 @@
8
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
9
<section name="AdminNewWebsiteActionsSection">
10
<element name="saveWebsite" type="button" selector="#save" timeout="120"/>
11
+ <element name="setAsDefault" type="checkbox" selector=".//*[@name='website[is_default]']" timeout="120"/>
12
</section>
13
</sections>
0 commit comments