jhedstrom / drupalextension

An integration layer between Behat, Mink Extension, and Drupal.
GNU General Public License v2.0
209 stars 192 forks source link

Add step definition for dragging one element onto another #662

Open chrisolof opened 4 months ago

chrisolof commented 4 months ago

We currently use a custom step like this for testing through draggable interfaces:

Given I drag element :dragged onto element :target

This seems like a step definition that would be useful to many projects (not just ours), so I'd like to contribute it back. PR to follow.