File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/code/Magento/PageBuilder/Test/Mftf Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 139
139
<argument name =" title" type =" string" defaultValue =" " />
140
140
</arguments >
141
141
<comment userInput =" insertLinkInWYSIWYG" stepKey =" comment" />
142
- <waitForElementVisible selector =" {{section.wysiwygInsertLinkButton}}" stepKey =" waitForInsertLinKButton " />
143
- <click selector =" {{section.wysiwygInsertLinkButton}}" stepKey =" clickInsertLinKButton " />
142
+ <waitForElementVisible selector =" {{section.wysiwygInsertLinkButton}}" stepKey =" waitForInsertLinkButton " />
143
+ <click selector =" {{section.wysiwygInsertLinkButton}}" stepKey =" clickInsertLinkButton " />
144
144
<waitForPageLoad stepKey =" waitForPageLoad" />
145
145
<waitForElementVisible selector =" {{WYSIWYGInsertLinkModal.modal}}" stepKey =" waitForInsertLinkModal" />
146
146
<fillField selector =" {{WYSIWYGInsertLinkModal.urlInput}}" userInput =" {{url}}" stepKey =" insertUrl" />
Original file line number Diff line number Diff line change 13
13
<data key =" product" >Product</data >
14
14
<data key =" category" >Category</data >
15
15
<data key =" page" >Page</data >
16
- <data key =" googleUrl" >https://google.com</data >
16
+ <data key =" googleUrl" >https://www. google.com</data >
17
17
</entity >
18
18
</entities >
Original file line number Diff line number Diff line change 44
44
<!-- Add Link To WYSIWYG -->
45
45
<comment userInput =" Add Link To WYSIWYG" stepKey =" commentAddLink" />
46
46
<actionGroup ref =" insertLinkInWYSIWYG" stepKey =" insertLinkInWYSIWYG" >
47
- <argument name =" url" value =" https://google.com " />
48
- <argument name =" textToDisplay" value =" https://google.com " />
47
+ <argument name =" url" value =" {{ExternalLink.googleUrl}} " />
48
+ <argument name =" textToDisplay" value =" {{ExternalLink.googleUrl}} " />
49
49
</actionGroup >
50
50
<actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
51
51
<!-- Validate Stage -->
You can’t perform that action at this time.
0 commit comments