SuffolkLITLab / ALKiln

Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.
https://assemblyline.suffolklitlab.org/docs/alkiln/intro
MIT License
14 stars 4 forks source link

Step: `I tap _ element and wait` to use the regular waiting functionality? #833

Open plocket opened 8 months ago

plocket commented 8 months ago

This means abstracting what's going on in the wait Step by moving its contents into scope.js and then reusing that functionality for the "tap and wait" Step. This is because we're going to change the wait Step so that it can override the default or custom timeout.

Is this a breaking change?