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

Add Step to click without navigating. Use puppeteer click again as #838

Closed plocket closed 8 months ago

plocket commented 8 months ago

regular .click() supposedly only works with input elements, according to stackoverflow, and it seems to be working. We'll see if inconsistent behavior comes back. I can't find it mentioned online in the context it used to be mentioned.

Close #834

[Note: The tests are breaking because of dainstall. See #827]

In this PR, I have:

Reason for this PR

See #834

Links to any solved or related issues

See #834

Any manual testing I have done to ensure my PR is working

N/A