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/data.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,16 @@ The following is an example of a call in test:
173
173
174
174
This action inputs data from the `name` of the `_defaultCategory` entity (for example, `simpleCategory598742365`) into the field with the locator defined in the selector of the `categoryNameInput` element of the `AdminCategoryBasicFieldSection`.
175
175
176
+
You can also call data from the xml definition of a data tag itself:
177
+
178
+
```xml
179
+
<entityname="NewAdminUser"type="user">
180
+
<datakey="username"unique="suffix">admin</data>
181
+
<datakey="current_password">{{AnotherUser.current_password}}</data> <!-- Data from another entity -->
0 commit comments