2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ In this example we add a `<click>` command to check the checkbox that our extens
7
7
8
8
## Starting test
9
9
10
- <!-- raw -->
10
+ <!-- {% raw %} -->
11
11
12
12
``` xml
13
13
<actionGroup name =" FillAdminSimpleProductForm" >
@@ -74,4 +74,5 @@ In this example we add a `<click>` command to check the checkbox that our extens
74
74
<seeInField userInput =" {{simpleProduct.urlKey}}" selector =" {{AdminProductSEOSection.urlKeyInput}}" stepKey =" assertFieldUrlKey" />
75
75
</actionGroup >
76
76
```
77
- <!-- endraw -->
77
+
78
+ <!-- {% endraw %} -->
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ There are several ways to generate and execute your new test in the context of a
94
94
95
95
### Enabling/disabling WYSIWYG in suite conditions
96
96
97
- <!-- {{ raw} } -->
97
+ <!-- {% raw % } -->
98
98
99
99
``` xml
100
100
<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
122
122
</suites >
123
123
```
124
124
125
- <!-- {{ endraw} } -->
125
+ <!-- {% endraw % } -->
126
126
This example declares a suite with the name ` WYSIWYG ` .
127
127
The suite enables WYSIWYG * before* running tests.
128
128
It performs the following steps:
0 commit comments