diff --git a/docs/merge_points/extend-action-groups.md b/docs/merge_points/extend-action-groups.md index 95d6cff90..6e7a54d70 100644 --- a/docs/merge_points/extend-action-groups.md +++ b/docs/merge_points/extend-action-groups.md @@ -9,7 +9,7 @@ In this example we add a `` command to check the checkbox that our extens ```xml - + @@ -34,10 +34,10 @@ In this example we add a `` command to check the checkbox that our extens ``` -## File to merge +## Extend file ```xml - + @@ -48,7 +48,7 @@ In this example we add a `` command to check the checkbox that our extens Note that there are now two action groups below. ```xml - + @@ -71,7 +71,7 @@ Note that there are now two action groups below. - + diff --git a/docs/merge_points/extend-data.md b/docs/merge_points/extend-data.md index ebac16108..91d2a67bb 100644 --- a/docs/merge_points/extend-data.md +++ b/docs/merge_points/extend-data.md @@ -23,7 +23,7 @@ In this example we update the quantity to 1001 and add a new piece of data relev ``` -## File to merge +## Extend file ```xml diff --git a/docs/merge_points/extend-tests.md b/docs/merge_points/extend-tests.md index 6aab50764..763977049 100644 --- a/docs/merge_points/extend-tests.md +++ b/docs/merge_points/extend-tests.md @@ -25,8 +25,8 @@ In this example, we add an action group to a new copy of the original test for o - - + + @@ -40,7 +40,7 @@ In this example, we add an action group to a new copy of the original test for o ``` -## File to merge +## Extend file ```xml @@ -89,8 +89,8 @@ Note that there are now two tests below. - - + + @@ -120,8 +120,8 @@ Note that there are now two tests below. - - + + diff --git a/docs/merge_points/merge-action-groups.md b/docs/merge_points/merge-action-groups.md index 3a4f70ab1..ca6d20e68 100644 --- a/docs/merge_points/merge-action-groups.md +++ b/docs/merge_points/merge-action-groups.md @@ -1,7 +1,7 @@ # Merge action groups An action group is a set of individual actions working together as a group. -These action groups can be shared between tests and they also be modified to your needs. +These action groups can be shared between tests and they also can be modified to your needs. In this example we add a `` command to check the checkbox that our extension adds to the simple product creation form. @@ -10,7 +10,7 @@ In this example we add a `` command to check the checkbox that our extens ```xml - + @@ -38,7 +38,7 @@ In this example we add a `` command to check the checkbox that our extens ## File to merge ```xml - + @@ -47,7 +47,7 @@ In this example we add a `` command to check the checkbox that our extens ## Resultant test ```xml - + diff --git a/docs/merge_points/merge-sections.md b/docs/merge_points/merge-sections.md index dbd6e3828..135b3f7d8 100644 --- a/docs/merge_points/merge-sections.md +++ b/docs/merge_points/merge-sections.md @@ -9,7 +9,7 @@ In this example we add another selector to the section on the products page sect ```xml -
+
@@ -22,7 +22,7 @@ In this example we add another selector to the section on the products page sect ## File to merge ```xml -
+
@@ -31,7 +31,7 @@ In this example we add another selector to the section on the products page sect ## Resultant section ```xml -
+
@@ -41,7 +41,6 @@ In this example we add another selector to the section on the products page sect
- ``` \ No newline at end of file diff --git a/docs/merge_points/merge-tests.md b/docs/merge_points/merge-tests.md index 3958410e9..b9e50d296 100644 --- a/docs/merge_points/merge-tests.md +++ b/docs/merge_points/merge-tests.md @@ -25,8 +25,8 @@ In this example we add an action group that modifies the original test to intera - - + + @@ -77,8 +77,8 @@ In this example we add an action group that modifies the original test to intera - - + +