We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380debe commit 685bda2Copy full SHA for 685bda2
docs/merge_points/extend-action-groups.md
@@ -6,6 +6,8 @@ In this example we add a `<click>` command to check the checkbox that our extens
6
7
## Starting action group
8
9
+<!-- {% raw %} -->
10
+
11
```xml
12
<actionGroup name="FillAdminSimpleProductForm">
13
<arguments>
@@ -95,4 +97,6 @@ Note that there are now two action groups below.
95
97
<click selector="{{AdminProductSEOSection.sectionHeader}}" stepKey="openSeoSectionAssert"/>
96
98
<seeInField userInput="{{simpleProduct.urlKey}}" selector="{{AdminProductSEOSection.urlKeyInput}}" stepKey="assertFieldUrlKey"/>
99
</actionGroup>
-```
100
+```
101
102
+<!-- {% endraw %} -->
0 commit comments