Skip to content

Fix reference to action groups #465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/merge_points/extend-data.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Extend data entities

Extending an action group doesn't affect the existing action group.
Extending a data entity does not affect the existing data entity.

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.
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.

## Starting entity

Expand Down Expand Up @@ -67,4 +67,4 @@ Note that there are now two data entities below.
<requiredEntity type="custom_attribute_array">CustomAttributeCategoryIds</requiredEntity>
<data key="myExtensionData">dataHere</data>
</entity>
```
```