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 8080 <waitForPageLoad stepKey =" waitForSavingChanges" />
8181
8282 <!-- 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" />
8684 <uncheckOption selector =" {{AdminCatalogSearchEngineConfigurationSection.systemValueUseCategoriesPath}}" stepKey =" uncheckDefault" />
8785 <selectOption userInput =" Yes" selector =" {{AdminCatalogSearchEngineConfigurationSection.selectUseCategoriesPatForProductUrls}}" stepKey =" selectYes" />
8886 <click selector =" {{AdminConfigSection.saveButton}}" stepKey =" saveConfig" />
You can’t perform that action at this time.
0 commit comments