UNPKG
wdio-custom-commands-matchers
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Custom wdio command and matchers
wdio-custom-commands-matchers
/
dist
/
matchers
/
toHaveSpecialClass.d.ts
5 lines
(4 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
toHaveSpecialClass
(
element
:
WebdriverIO
.
Element
,
expectedClass
:
string
):
Promise
<{
message
:
() =>
string
;
pass
:
boolean
; }>;