File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 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
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 %} -->
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
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 % } -->
126126This example declares a suite with the name ` WYSIWYG ` .
127127The suite enables WYSIWYG * before* running tests.
128128It performs the following steps:
You can’t perform that action at this time.
0 commit comments