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
11 lines
(10 loc)
•
340 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
>; clearCache():
Chainable
<
any
>; } }