|
|
|
@ -18,7 +18,7 @@ declare module 'nightwatch' { |
|
|
|
|
goToVMTraceStep(step: number, incr?: number): NightwatchBrowser, |
|
|
|
|
checkVariableDebug(id: string, debugValue: NightwatchCheckVariableDebugValue): NightwatchBrowser, |
|
|
|
|
addAtAddressInstance(address: string, isValidFormat: boolean, isValidChecksum: boolean): NightwatchBrowser, |
|
|
|
|
modalFooterOKClick(): NightwatchBrowser, |
|
|
|
|
modalFooterOKClick(id?: string): NightwatchBrowser, |
|
|
|
|
clickInstance(index: number): NightwatchBrowser, |
|
|
|
|
journalLastChildIncludes(val: string): NightwatchBrowser, |
|
|
|
|
executeScript(script: string): NightwatchBrowser, |
|
|
|
@ -32,7 +32,7 @@ declare module 'nightwatch' { |
|
|
|
|
scrollToLine(line: number): NightwatchBrowser, |
|
|
|
|
waitForElementContainsText(id: string, value: string, timeout?: number): NightwatchBrowser, |
|
|
|
|
getModalBody(callback: (value: string, cb: VoidFunction) => void): NightwatchBrowser, |
|
|
|
|
modalFooterCancelClick(): NightwatchBrowser, |
|
|
|
|
modalFooterCancelClick(id?: string): NightwatchBrowser, |
|
|
|
|
selectContract(contractName: string): NightwatchBrowser, |
|
|
|
|
createContract(inputParams: string): NightwatchBrowser, |
|
|
|
|
getAddressAtPosition(index: number, cb: (pos: string) => void): NightwatchBrowser, |
|
|
|
|