We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b0c89 commit ee6c36fCopy full SHA for ee6c36f
test/helper/webapi.js
@@ -1580,7 +1580,8 @@ export function tests() {
1580
},
1581
)
1582
} catch (e) {
1583
- expect(e.message).to.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0" to equal "3"')
+ expect(e.message).to.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true}')
1584
+ expect(e.message).to.match(/"0" to equal "\d+"/)
1585
}
1586
})
1587
0 commit comments