When using Chromeless, I’d like to test that an el...
# prisma-whats-new
m
When using Chromeless, I’d like to test that an element doesn’t appear when the user clicks a button. I can’t think of any other solution than waiting X amount of time and then checking. However, I feel like adding a wait is a little brittle and with enough tests like this it’d make the test suite run slower and slower due to a bunch of waiting. Are there any smart approaches to this?