File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 10
10
<section name =" AdminProductFormSection" >
11
11
<element name =" attributeSet" type =" select" selector =" div[data-index='attribute_set_id'] .admin__field-control" />
12
12
<element name =" attributeSetFilter" type =" input" selector =" div[data-index='attribute_set_id'] .admin__field-control input" />
13
- <element name =" attributeSetFilterResult" type =" input" selector =" div[data-index='attribute_set_id'] .action-menu-item._last" />
13
+ <element name =" attributeSetFilterResult" type =" input" selector =" div[data-index='attribute_set_id'] .action-menu-item._last" timeout = " 30 " />
14
14
<element name =" productName" type =" input" selector =" .admin__field[data-index=name] input" />
15
15
<element name =" productSku" type =" input" selector =" .admin__field[data-index=sku] input" />
16
16
<element name =" productStatus" type =" checkbox" selector =" input[name='product[status]']" />
Original file line number Diff line number Diff line change 56
56
<amOnPage url =" {{AdminProductCreatePage.url('4', 'simple')}}" stepKey =" goToNewProductPage" />
57
57
<waitForPageLoad stepKey =" wait2" />
58
58
<click selector =" {{AdminProductSEOSection.sectionHeader}}" stepKey =" expandSEOSection" />
59
- <waitForPageLoad stepKey =" wait3" />
60
59
<seeElementInDOM selector =" {{AdminProductFormSection.divByDataIndex('meta_keyword')}}" stepKey =" seeMetaKeyword" />
61
60
<dontSeeElementInDOM selector =" {{AdminProductFormSection.divByDataIndex('testgroupname')}}" stepKey =" dontSeeTestGroupName" />
62
61
66
65
<click selector =" {{AdminProductFormSection.attributeSet}}" stepKey =" startEditAttrSet" />
67
66
<fillField selector =" {{AdminProductFormSection.attributeSetFilter}}" userInput =" {{ProductAttributeFrontendLabel.label}}" stepKey =" searchForAttrSet" />
68
67
<click selector =" {{AdminProductFormSection.attributeSetFilterResult}}" stepKey =" selectAttrSet" />
69
- <waitForPageLoad stepKey =" wait4" />
70
68
71
69
<!-- See new attibute set -->
72
70
<seeElementInDOM selector =" {{AdminProductFormSection.divByDataIndex('testgroupname')}}" stepKey =" seeTestGroupName" />
You can’t perform that action at this time.
0 commit comments