Skip to content

Commit 685bda2

Browse files
committed
raw failure is what this is.
1 parent 380debe commit 685bda2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/merge_points/extend-action-groups.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ In this example we add a `<click>` command to check the checkbox that our extens
66

77
## Starting action group
88

9+
<!-- {% raw %} -->
10+
911
```xml
1012
<actionGroup name="FillAdminSimpleProductForm">
1113
<arguments>
@@ -95,4 +97,6 @@ Note that there are now two action groups below.
9597
<click selector="{{AdminProductSEOSection.sectionHeader}}" stepKey="openSeoSectionAssert"/>
9698
<seeInField userInput="{{simpleProduct.urlKey}}" selector="{{AdminProductSEOSection.urlKeyInput}}" stepKey="assertFieldUrlKey"/>
9799
</actionGroup>
98-
```
100+
```
101+
102+
<!-- {% endraw %} -->

0 commit comments

Comments
 (0)