Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 380debe

Browse files
committedMar 22, 2019
Fixed bad raw tags.
1 parent 1b5b469 commit 380debe

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎docs/merge_points/merge-action-groups.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this example we add a `<click>` command to check the checkbox that our extens
77

88
## Starting test
99

10-
<!-- raw -->
10+
<!-- {% raw %} -->
1111

1212
```xml
1313
<actionGroup name="FillAdminSimpleProductForm">
@@ -74,4 +74,5 @@ In this example we add a `<click>` command to check the checkbox that our extens
7474
<seeInField userInput="{{simpleProduct.urlKey}}" selector="{{AdminProductSEOSection.urlKeyInput}}" stepKey="assertFieldUrlKey"/>
7575
</actionGroup>
7676
```
77-
<!-- endraw -->
77+
78+
<!-- {% endraw %} -->

‎docs/suite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ There are several ways to generate and execute your new test in the context of a
9494

9595
### Enabling/disabling WYSIWYG in suite conditions
9696

97-
<!-- {{raw}} -->
97+
<!-- {% raw %} -->
9898

9999
```xml
100100
<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Suite/etc/suiteSchema.xsd">
@@ -122,7 +122,7 @@ There are several ways to generate and execute your new test in the context of a
122122
</suites>
123123
```
124124

125-
<!-- {{endraw}} -->
125+
<!-- {% endraw %} -->
126126
This example declares a suite with the name `WYSIWYG`.
127127
The suite enables WYSIWYG *before* running tests.
128128
It performs the following steps:

0 commit comments

Comments
 (0)
Failed to load comments.