test: remove custom command type decs
This commit is contained in:
parent
f024d1d78a
commit
a85fbb0a65
16
apps/*/src/support/customCommands.d.ts
vendored
16
apps/*/src/support/customCommands.d.ts
vendored
@ -1,16 +0,0 @@
|
|||||||
declare namespace Cypress {
|
|
||||||
interface Chainable<Subject> {
|
|
||||||
stakingPage_getValidatorNamesSorted(): Chainable<any>;
|
|
||||||
stakingValidatorPage_check_stakeNextEpochValue(
|
|
||||||
expectedVal: any
|
|
||||||
): Chainable<any>;
|
|
||||||
staking_waitForEpochRemainingSeconds(secondsRemaining: any): Chainable<any>;
|
|
||||||
walletVega_connect(): Chainable<any>;
|
|
||||||
walletVega_getUnstakedAmount(): Chainable<any>;
|
|
||||||
walletVega_checkValidator_StakeNextEpochValue(
|
|
||||||
validatorName: any,
|
|
||||||
expectedVal: any
|
|
||||||
): Chainable<any>;
|
|
||||||
walletVega_check_UnstakedValue_is(expectedVal: any): Chainable<any>;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user