mirror of https://github.com/zulip/zulip.git
b4ab662442
We generally want to avoid clicking on DOM elements that may not actually be visible due to the prior operation. Instead, we can just find the visible element after each step. I also introduce a couple helper functions to de-clutter the click/unclick/click steps, and I do a couple extra clicks for good measure. You can verify that the test will fail if you add an early return to update_check_button_for_sub. |
||
---|---|---|
.. | ||
node_tests | ||
puppeteer_lib | ||
puppeteer_tests | ||
zjsunit |