You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/merge_points/extend-data.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Extend data entities
2
2
3
-
Extending an action group doesn't affect the existing action group.
3
+
Extending a data entity doesn't affect the existing data entity.
4
4
5
-
In this example we add a `<click>` command to check the checkbox that our extension added with a new action group for the simple product creation form.
5
+
In this example we update the quantity to 1001 and add a new piece of data relevant to our extension. Unlike merging, this will _not_ affect any other tests that use this data entity.
6
6
7
7
## Starting entity
8
8
@@ -67,4 +67,4 @@ Note that there are now two data entities below.
0 commit comments