Javascript – How to assert a string "toBe" one of multiple values in webdriverIO
I would like to have a flexible assertion which checks if a string is one of several values. I have just started running my WebdriverIO + Mocha tests on BrowserStack, but they have US locale machines which render dates differently,…