File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 80
80
<waitForPageLoad stepKey =" waitForSavingChanges" />
81
81
82
82
<!-- Enable `Use Categories Path for Product URLs` on Stores -> Configuration -> Catalog -> Catalog -> Search Engine Optimization -->
83
- <amOnPage url =" {{AdminCatalogSearchConfigurationPage.url}}" stepKey =" onConfigPage" />
84
- <waitForPageLoad stepKey =" waitForLoading" />
85
- <conditionalClick selector =" {{AdminCatalogSearchEngineConfigurationSection.searchEngineOptimization}}" dependentSelector =" {{AdminCatalogSearchEngineConfigurationSection.openedEngineOptimization}}" visible =" false" stepKey =" clickEngineOptimization" />
83
+ <amOnPage url =" {{AdminCatalogSearchConfigurationPage.url('#catalog_seo-link')}}" stepKey =" onConfigPage" />
86
84
<uncheckOption selector =" {{AdminCatalogSearchEngineConfigurationSection.systemValueUseCategoriesPath}}" stepKey =" uncheckDefault" />
87
85
<selectOption userInput =" Yes" selector =" {{AdminCatalogSearchEngineConfigurationSection.selectUseCategoriesPatForProductUrls}}" stepKey =" selectYes" />
88
86
<click selector =" {{AdminConfigSection.saveButton}}" stepKey =" saveConfig" />
You can’t perform that action at this time.
0 commit comments