eslint-plugin-wdio
Advanced tools
Comparing version 7.20.8 to 7.21.0
@@ -14,3 +14,5 @@ "use strict"; | ||
'toBeEnabled', | ||
'toExist', | ||
'toBeExisting', | ||
'toBePresent', | ||
'toBeFocused', | ||
@@ -17,0 +19,0 @@ 'toBeSelected', |
{ | ||
"name": "eslint-plugin-wdio", | ||
"version": "7.20.8", | ||
"version": "7.21.0", | ||
"description": "Eslint rules for WebdriverIO", | ||
@@ -30,3 +30,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "8ea0ee903b02157b9ee511c8750be2282b4f4519" | ||
"gitHead": "808149cc5875529a2c0b3592dc5e255796e8ece4" | ||
} |
@@ -11,3 +11,5 @@ export const MATCHERS = [ | ||
'toBeEnabled', | ||
'toExist', | ||
'toBeExisting', | ||
'toBePresent', | ||
'toBeFocused', | ||
@@ -14,0 +16,0 @@ 'toBeSelected', |
Sorry, the diff of this file is not supported yet
16966
125693
399