How can I write a Cucumber step that has two DataTables?
How it should be written in the feature file?
For example , a step to drag a row from one table to second table:
When I drag a row from
| column_table1 |
| object1 |
to
| column_table2 |
| object2 |