File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 734
734
<annotations >
735
735
<features value =" PageBuilder" />
736
736
<stories value =" HTML Code" />
737
- <title value =" Validate Required Attributes" />
738
- <description value =" Add HTML and validate save without required fields causes error " />
737
+ <title value =" Validate No Required Attributes" />
738
+ <description value =" Add HTML and validate save without entering any fields on edit form is successful " />
739
739
<severity value =" MAJOR" />
740
740
<useCaseId value =" MC-1408" />
741
741
<testCaseId value =" MAGETWO-91142" />
759
759
<actionGroup ref =" openPageBuilderEditPanel" stepKey =" openEditMenuOnStage" >
760
760
<argument name =" contentType" value =" PageBuilderHtmlContentType" />
761
761
</actionGroup >
762
- <!-- Validate Cannot Save -->
763
- <comment userInput =" Validate Cannot Save" stepKey =" commentValidateCannotSave" />
764
- <waitForElementVisible time =" 5" selector =" {{EditPanelForm.editFormSave}}" stepKey =" waitForColumnSaveButton" />
765
- <click selector =" {{EditPanelForm.editFormSave}}" stepKey =" clickSaveColumn" />
766
- <waitForPageLoad stepKey =" waitForPageLoad" />
762
+ <!-- Validate Can Save Without Entering Fields -->
763
+ <comment userInput =" Validate Can Save Without Entering Fields" stepKey =" commentValidateSave" />
764
+ <actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
767
765
<waitForElementVisible selector =" {{HtmlOnStage.empty('1')}}" stepKey =" waitForHtmlBaseStage1" />
768
766
</test >
769
767
</tests >
You can’t perform that action at this time.
0 commit comments