async
https://stackoverflow.com/questions/67925525/async-call-in-a-function-that-does-not-support-concurrency-swift-ios-xcode-asy Task で囲むっぽい そうしないと await できないみたい。
TestCafe await async メソッド test('テスト名', async t => { const buttonName = await Selector('div').withText(/.*正規表現.*/).withAttribute('class', 'class-name'); こういうのは こういうメソッド作って const myMethod = async (regex) => { con…