chai-webdriverio
chai-webdriverio copied to clipboard
Change regex assertion to `.match` and add `contain` flag?
It might be nice to give the regex assertion its own name instead of relying on argument type to choose how to match. This would be consistent with chai-webdriver
and also make an include
or contain
flag for the text
assertion a little less confusing (contain
would also be consistent with chai-webdriver
)