|
1866 | 1866 | <before>
|
1867 | 1867 | <comment userInput="---merging to remove step---" stepKey="createPreReqCategory"/>
|
1868 | 1868 | <comment userInput="---merging to remove step---" stepKey="createProduct"/>
|
1869 |
| - <createData entity="_defaultBlock" stepKey="createPreReqBlock" after="loginAsAdmin"/> |
| 1869 | + <createData entity="_emptyCmsBlock" stepKey="createPreReqBlock" after="loginAsAdmin"/> |
| 1870 | + <createData entity="_emptyCmsPage" stepKey="createCMSPage" after="createPreReqBlock"/> |
1870 | 1871 | <actionGroup ref="navigateToCreatedCMSBlockPage" stepKey="navigateToCreatedProductEditPage">
|
1871 | 1872 | <argument name="CMSBlockPage" value="$$createPreReqBlock$$" />
|
1872 | 1873 | </actionGroup>
|
|
1875 | 1876 | </before>
|
1876 | 1877 | <after>
|
1877 | 1878 | <deleteData createDataKey="createPreReqBlock" stepKey="deleteCreatedProduct"/>
|
1878 |
| - <comment userInput="---merging to remove step---" stepKey="deleteCreatedCategory"/> |
| 1879 | + <deleteData createDataKey="createCMSPage" stepKey="deleteCreatedCategory"/> |
1879 | 1880 | <comment userInput="---merging to remove step---" stepKey="NavigateToAndResetProductGridToDefaultView"/>
|
1880 | 1881 | </after>
|
1881 | 1882 | <comment userInput="---merging to remove step---" stepKey="exitPageBuilderFullScreen"/>
|
1882 |
| - <click selector="{{CmsNewBlockBlockActionsSection.savePage}}" stepKey="saveProduct"/> |
| 1883 | + <actionGroup ref="saveCMSBlock" stepKey="saveProduct"/> |
1883 | 1884 | <comment userInput="---merging to remove step---" stepKey="expandAdminProductSection"/>
|
1884 | 1885 | <comment userInput="---merging to remove step---" stepKey="openPageBuilderForDescription"/>
|
1885 | 1886 | <!-- Go to CMS Page and choose Block -->
|
1886 | 1887 | <comment userInput="Go to CMS Page and choose Block" stepKey="commentGoToCMSPage" after="seeBackgroundColorSlide2StageAfterSave"/>
|
1887 |
| - <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder" after="commentGoToCMSPage"/> |
1888 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" after="navigateToAPageWithPageBuilder"/> |
1889 |
| - <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle" after="switchToPageBuilderStage"> |
1890 |
| - <argument name="contentType" value="PageBuilderBlockContentType"/> |
| 1888 | + <actionGroup ref="navigateToCreatedCMSPage" stepKey="navigateToCreatedCMSPage" after="commentGoToCMSPage"> |
| 1889 | + <argument name="CMSPage" value="$$createCMSPage$$"/> |
1891 | 1890 | </actionGroup>
|
1892 |
| - <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupAddContent" after="enterPageTitle"> |
| 1891 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" after="navigateToCreatedCMSPage"/> |
| 1892 | + <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupAddContent" after="switchToPageBuilderStage"> |
1893 | 1893 | <argument name="group" value="PageBuilderBlockContentType"/>
|
1894 | 1894 | </actionGroup>
|
1895 | 1895 | <actionGroup ref="dragContentTypeToStage" stepKey="dragBlockIntoStage" after="expandGroupAddContent">
|
|
1902 | 1902 | <argument name="block" value="$$createPreReqBlock$$"/>
|
1903 | 1903 | </actionGroup>
|
1904 | 1904 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings" after="searchBlockInGrid"/>
|
1905 |
| - <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage" after="saveEditPanelSettings"/> |
1906 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStageAfterSave" after="saveAndContinueEditCmsPage"/> |
1907 |
| - <actionGroup ref="navigateToStoreFront" stepKey="navigateToProductStorefront"> |
1908 |
| - <argument name="contentType" value="PageBuilderBlockContentType"/> |
| 1905 | + <!-- Validate CMS Page Stage --> |
| 1906 | + <comment userInput="Validate CMS Page Stage" stepKey="commentValidateCMSPageStage" after="saveEditPanelSettings"/> |
| 1907 | + <seeNumberOfElements selector="{{RowOnStorefront.allRows}}" userInput="3" stepKey="see3RowsCMSPageStage" after="commentValidateCMSPageStage"/> |
| 1908 | + <seeElement selector="{{RowOnStorefront.backgroundColor('3', PageBuilderBackgroundColor_Hex_Grey.rgb)}}" stepKey="seeBackgroundColorRowCMSPageStage" after="see3RowsCMSPageStage"/> |
| 1909 | + <seeNumberOfElements selector="{{ColumnOnFrontend.allColumns}}" userInput="2" stepKey="see2ColumnsCMSPageStage" after="seeBackgroundColorRowCMSPageStage"/> |
| 1910 | + <seeElement selector="{{ColumnOnFrontend.backgroundColor('2', PageBuilderBackgroundColor_Hex_White.rgb)}}" stepKey="seeBackgroundColorColumnCMSPageStage" after="see2ColumnsCMSPageStage"/> |
| 1911 | + <seeElement selector="{{SlideOnFrontend.backgroundColor('2', PageBuilderBackgroundColor_Plaintext_Green.rgb)}}" stepKey="seeBackgroundColorSlide1CMSPageStage" after="seeBackgroundColorColumnCMSPageStage"/> |
| 1912 | + <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage" after="seeBackgroundColorSlide1CMSPageStage"/> |
| 1913 | + <!-- Validate CMS Page Storefront --> |
| 1914 | + <actionGroup ref="navigateToStorefrontForCreatedPage" stepKey="navigateToProductStorefront"> |
| 1915 | + <argument name="page" value="$$createCMSPage.identifier$$"/> |
1909 | 1916 | </actionGroup>
|
1910 | 1917 | <comment userInput="---merging to remove step---" stepKey="scrollToProductDescription"/>
|
1911 | 1918 | <seeNumberOfElements selector="{{RowOnStorefront.allRows}}" userInput="3" stepKey="see2RowsStorefront"/>
|
|
1931 | 1938 | <before>
|
1932 | 1939 | <comment userInput="---merging to remove step---" stepKey="createPreReqCategory"/>
|
1933 | 1940 | <comment userInput="---merging to remove step---" stepKey="createProduct"/>
|
1934 |
| - <createData entity="_defaultBlock" stepKey="createPreReqBlock" after="loginAsAdmin"/> |
| 1941 | + <createData entity="_emptyCmsBlock" stepKey="createPreReqBlock" after="loginAsAdmin"/> |
| 1942 | + <createData entity="_emptyCmsPage" stepKey="createCMSPage" after="createPreReqBlock"/> |
1935 | 1943 | <actionGroup ref="navigateToCreatedCMSBlockPage" stepKey="navigateToCreatedProductEditPage">
|
1936 | 1944 | <argument name="CMSBlockPage" value="$$createPreReqBlock$$" />
|
1937 | 1945 | </actionGroup>
|
|
1940 | 1948 | </before>
|
1941 | 1949 | <after>
|
1942 | 1950 | <deleteData createDataKey="createPreReqBlock" stepKey="deleteCreatedProduct"/>
|
1943 |
| - <comment userInput="---merging to remove step---" stepKey="deleteCreatedCategory"/> |
| 1951 | + <deleteData createDataKey="createCMSPage" stepKey="deleteCreatedCategory"/> |
1944 | 1952 | <comment userInput="---merging to remove step---" stepKey="NavigateToAndResetProductGridToDefaultView"/>
|
1945 | 1953 | </after>
|
1946 | 1954 | <comment userInput="---merging to remove step---" stepKey="exitPageBuilderFullScreen"/>
|
1947 |
| - <click selector="{{CmsNewBlockBlockActionsSection.savePage}}" stepKey="saveProduct"/> |
| 1955 | + <actionGroup ref="saveCMSBlock" stepKey="saveProduct"/> |
1948 | 1956 | <comment userInput="---merging to remove step---" stepKey="expandAdminProductSection"/>
|
1949 | 1957 | <comment userInput="---merging to remove step---" stepKey="openPageBuilderForDescription"/>
|
1950 | 1958 | <!-- Go to CMS Page and choose Block -->
|
1951 | 1959 | <comment userInput="Go to CMS Page and choose Block" stepKey="commentGoToCMSPage" after="validateDividerPositionAfterSave"/>
|
1952 |
| - <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder" after="commentGoToCMSPage"/> |
1953 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" after="navigateToAPageWithPageBuilder"/> |
1954 |
| - <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle" after="switchToPageBuilderStage"> |
1955 |
| - <argument name="contentType" value="PageBuilderBlockContentType"/> |
| 1960 | + <actionGroup ref="navigateToCreatedCMSPage" stepKey="navigateToCreatedCMSPage" after="commentGoToCMSPage"> |
| 1961 | + <argument name="CMSPage" value="$$createCMSPage$$"/> |
1956 | 1962 | </actionGroup>
|
1957 |
| - <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupAddContent" after="enterPageTitle"> |
| 1963 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" after="navigateToCreatedCMSPage"/> |
| 1964 | + <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupAddContent" after="switchToPageBuilderStage"> |
1958 | 1965 | <argument name="group" value="PageBuilderBlockContentType"/>
|
1959 | 1966 | </actionGroup>
|
1960 | 1967 | <actionGroup ref="dragContentTypeToStage" stepKey="dragBlockIntoStage" after="expandGroupAddContent">
|
|
1968 | 1975 | </actionGroup>
|
1969 | 1976 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings" after="searchBlockInGrid"/>
|
1970 | 1977 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage" after="saveEditPanelSettings"/>
|
1971 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStageAfterSave" after="saveAndContinueEditCmsPage"/> |
1972 |
| - <actionGroup ref="navigateToStoreFront" stepKey="navigateToProductStorefront"> |
1973 |
| - <argument name="contentType" value="PageBuilderBlockContentType"/> |
| 1978 | + <!-- Validate CMS Page Storefront --> |
| 1979 | + <actionGroup ref="navigateToStorefrontForCreatedPage" stepKey="navigateToProductStorefront"> |
| 1980 | + <argument name="page" value="$$createCMSPage.identifier$$"/> |
1974 | 1981 | </actionGroup>
|
1975 | 1982 | <comment userInput="---merging to remove step---" stepKey="scrollToProductDescription"/>
|
1976 | 1983 | </test>
|
|
1992 | 1999 | <before>
|
1993 | 2000 | <comment userInput="---merging to remove step---" stepKey="createPreReqCategory"/>
|
1994 | 2001 | <comment userInput="---merging to remove step---" stepKey="createProduct"/>
|
1995 |
| - <createData entity="_defaultBlock" stepKey="createPreReqBlock" after="loginAsAdmin"/> |
| 2002 | + <createData entity="_emptyCmsBlock" stepKey="createPreReqBlock" after="loginAsAdmin"/> |
| 2003 | + <createData entity="_emptyCmsPage" stepKey="createCMSPage" after="createPreReqBlock"/> |
1996 | 2004 | <actionGroup ref="navigateToCreatedCMSBlockPage" stepKey="navigateToCreatedProductEditPage">
|
1997 | 2005 | <argument name="CMSBlockPage" value="$$createPreReqBlock$$" />
|
1998 | 2006 | </actionGroup>
|
|
2001 | 2009 | </before>
|
2002 | 2010 | <after>
|
2003 | 2011 | <deleteData createDataKey="createPreReqBlock" stepKey="deleteCreatedProduct"/>
|
2004 |
| - <comment userInput="---merging to remove step---" stepKey="deleteCreatedCategory"/> |
| 2012 | + <deleteData createDataKey="createCMSPage" stepKey="deleteCreatedCategory"/> |
2005 | 2013 | <comment userInput="---merging to remove step---" stepKey="NavigateToAndResetProductGridToDefaultView"/>
|
2006 | 2014 | </after>
|
2007 |
| - <actionGroup ref="removeContentTypeFromStage" stepKey="removeContentTypeFromStage" after="commentEditRow"> |
2008 |
| - <argument name="contentType" value="PageBuilderHtmlContentType"/> |
2009 |
| - </actionGroup> |
2010 | 2015 | <comment userInput="---merging to remove step---" stepKey="exitPageBuilderFullScreen"/>
|
2011 |
| - <click selector="{{CmsNewBlockBlockActionsSection.savePage}}" stepKey="saveProduct"/> |
| 2016 | + <actionGroup ref="saveCMSBlock" stepKey="saveProduct"/> |
2012 | 2017 | <comment userInput="---merging to remove step---" stepKey="expandAdminProductSection"/>
|
2013 | 2018 | <comment userInput="---merging to remove step---" stepKey="openPageBuilderForDescription"/>
|
2014 | 2019 | <!-- Go to CMS Page and choose Block -->
|
2015 | 2020 | <comment userInput="Go to CMS Page and choose Block" stepKey="commentGoToCMSPage" after="seeBackgroundColorOnEditPanel"/>
|
2016 |
| - <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder" after="commentGoToCMSPage"/> |
2017 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" after="navigateToAPageWithPageBuilder"/> |
2018 |
| - <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle" after="switchToPageBuilderStage"> |
2019 |
| - <argument name="contentType" value="PageBuilderBlockContentType"/> |
| 2021 | + <actionGroup ref="navigateToCreatedCMSPage" stepKey="navigateToCreatedCMSPage" after="commentGoToCMSPage"> |
| 2022 | + <argument name="CMSPage" value="$$createCMSPage$$"/> |
2020 | 2023 | </actionGroup>
|
2021 |
| - <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupAddContent" after="enterPageTitle"> |
| 2024 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" after="navigateToCreatedCMSPage"/> |
| 2025 | + <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupAddContent" after="switchToPageBuilderStage"> |
2022 | 2026 | <argument name="group" value="PageBuilderBlockContentType"/>
|
2023 | 2027 | </actionGroup>
|
2024 | 2028 | <actionGroup ref="dragContentTypeToStage" stepKey="dragBlockIntoStage" after="expandGroupAddContent">
|
|
2032 | 2036 | </actionGroup>
|
2033 | 2037 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings" after="searchBlockInGrid"/>
|
2034 | 2038 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage" after="saveEditPanelSettings"/>
|
2035 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStageAfterSave" after="saveAndContinueEditCmsPage"/> |
2036 |
| - <actionGroup ref="navigateToStoreFront" stepKey="navigateToProductStorefront"> |
2037 |
| - <argument name="contentType" value="PageBuilderBlockContentType"/> |
| 2039 | + <!-- Validate CMS Page Storefront --> |
| 2040 | + <actionGroup ref="navigateToStorefrontForCreatedPage" stepKey="navigateToProductStorefront"> |
| 2041 | + <argument name="page" value="$$createCMSPage.identifier$$"/> |
2038 | 2042 | </actionGroup>
|
2039 | 2043 | <comment userInput="---merging to remove step---" stepKey="scrollToProductDescription"/>
|
2040 | 2044 | <seeElement selector="{{RowOnStorefront.backgroundColor('2', PageBuilderBackgroundColor_Hex_Grey.rgb)}}" stepKey="seeBackgroundColorRowStorefront"/>
|
|
2056 | 2060 | <before>
|
2057 | 2061 | <comment userInput="---merging to remove step---" stepKey="createPreReqCategory"/>
|
2058 | 2062 | <comment userInput="---merging to remove step---" stepKey="createProduct"/>
|
2059 |
| - <createData entity="_defaultBlock" stepKey="createPreReqBlock" after="loginAsAdmin"/> |
| 2063 | + <createData entity="_emptyCmsBlock" stepKey="createPreReqBlock" after="loginAsAdmin"/> |
| 2064 | + <createData entity="_emptyCmsPage" stepKey="createCMSPage" after="createPreReqBlock"/> |
2060 | 2065 | <actionGroup ref="navigateToCreatedCMSBlockPage" stepKey="navigateToCreatedProductEditPage">
|
2061 | 2066 | <argument name="CMSBlockPage" value="$$createPreReqBlock$$" />
|
2062 | 2067 | </actionGroup>
|
|
2065 | 2070 | </before>
|
2066 | 2071 | <after>
|
2067 | 2072 | <deleteData createDataKey="createPreReqBlock" stepKey="deleteCreatedProduct"/>
|
2068 |
| - <comment userInput="---merging to remove step---" stepKey="deleteCreatedCategory"/> |
| 2073 | + <deleteData createDataKey="createCMSPage" stepKey="deleteCreatedCategory"/> |
2069 | 2074 | <comment userInput="---merging to remove step---" stepKey="NavigateToAndResetProductGridToDefaultView"/>
|
2070 | 2075 | </after>
|
2071 |
| - <actionGroup ref="removeContentTypeFromStage" stepKey="removeContentTypeFromStage" after="commentEditRow"> |
2072 |
| - <argument name="contentType" value="PageBuilderHtmlContentType"/> |
2073 |
| - </actionGroup> |
2074 | 2076 | <comment userInput="---merging to remove step---" stepKey="exitPageBuilderFullScreen"/>
|
2075 |
| - <click selector="{{CmsNewBlockBlockActionsSection.savePage}}" stepKey="saveProduct"/> |
| 2077 | + <actionGroup ref="saveCMSBlock" stepKey="saveProduct"/> |
2076 | 2078 | <comment userInput="---merging to remove step---" stepKey="expandAdminProductSection"/>
|
2077 | 2079 | <comment userInput="---merging to remove step---" stepKey="openPageBuilderForDescription"/>
|
2078 | 2080 | <!-- Go to CMS Page and choose Block -->
|
2079 | 2081 | <comment userInput="Go to CMS Page and choose Block" stepKey="commentGoToCMSPage" after="seeBackgroundColorRow2StageAfterSave"/>
|
2080 |
| - <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder" after="commentGoToCMSPage"/> |
2081 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" after="navigateToAPageWithPageBuilder"/> |
2082 |
| - <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle" after="switchToPageBuilderStage"> |
2083 |
| - <argument name="contentType" value="PageBuilderBlockContentType"/> |
| 2082 | + <actionGroup ref="navigateToCreatedCMSPage" stepKey="navigateToCreatedCMSPage" after="commentGoToCMSPage"> |
| 2083 | + <argument name="CMSPage" value="$$createCMSPage$$"/> |
2084 | 2084 | </actionGroup>
|
2085 |
| - <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupAddContent" after="enterPageTitle"> |
| 2085 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" after="navigateToCreatedCMSPage"/> |
| 2086 | + <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandGroupAddContent" after="switchToPageBuilderStage"> |
2086 | 2087 | <argument name="group" value="PageBuilderBlockContentType"/>
|
2087 | 2088 | </actionGroup>
|
2088 | 2089 | <actionGroup ref="dragContentTypeToStage" stepKey="dragBlockIntoStage" after="expandGroupAddContent">
|
|
2096 | 2097 | </actionGroup>
|
2097 | 2098 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings" after="searchBlockInGrid"/>
|
2098 | 2099 | <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage" after="saveEditPanelSettings"/>
|
2099 |
| - <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStageAfterSave" after="saveAndContinueEditCmsPage"/> |
2100 |
| - <actionGroup ref="navigateToStoreFront" stepKey="navigateToProductStorefront"> |
2101 |
| - <argument name="contentType" value="PageBuilderBlockContentType"/> |
| 2100 | + <!-- Validate CMS Page Storefront --> |
| 2101 | + <actionGroup ref="navigateToStorefrontForCreatedPage" stepKey="navigateToProductStorefront"> |
| 2102 | + <argument name="page" value="$$createCMSPage.identifier$$"/> |
2102 | 2103 | </actionGroup>
|
2103 | 2104 | <comment userInput="---merging to remove step---" stepKey="scrollToProductDescription"/>
|
2104 | 2105 | <seeNumberOfElements selector="{{RowOnStorefront.allRows}}" userInput="3" stepKey="see2RowsStorefront"/>
|
|
0 commit comments