UNPKG
cypress-enterprise-commands
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.4
Reusable Cypress custom commands for enterprise web applications
cypress-enterprise-commands
/
dist
/
commands
/
13.login.d.ts
10 lines
(9 loc)
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare namespace
Cypress
{ interface
Chainable
<
Subject
> { logOut():
Chainable
<
any
>; implementLogin(isInventory: boolean):
Chainable
<
any
>; changeLanguage(isInventory: boolean):
Chainable
<
any
>; login():
Chainable
<
any
>; loginSession():
Chainable
<
any
>; } }