Skip to content

Commit 52c4470

Browse files
zeevick10Aniket-Engg
authored andcommitted
Update index.d.ts
1 parent b25b4ba commit 52c4470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide-e2e/src/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare module 'nightwatch' {
2525
journalLastChildIncludes(val: string): NightwatchBrowser
2626
executeScriptInTerminal(script: string): NightwatchBrowser
2727
clearEditableContent(cssSelector: string): NightwatchBrowser
28-
journalChildIncludes(val: string, opts = {shouldHaveOnlyOneOccurence: boolean}): NightwatchBrowser
28+
journalChildIncludes(val: string, opts = {shouldHaveOnlyOneOccurrence: boolean}): NightwatchBrowser
2929
debugTransaction(index: number): NightwatchBrowser
3030
checkElementStyle(cssSelector: string, styleProperty: string, expectedResult: string): NightwatchBrowser
3131
openFile(name: string): NightwatchBrowser
@@ -57,7 +57,7 @@ declare module 'nightwatch' {
5757
journalLastChild(val: string): NightwatchBrowser
5858
checkTerminalFilter(filter: string, test: string, notContain: boolean): NightwatchBrowser
5959
noWorkerErrorFor(version: string): NightwatchBrowser
60-
validateValueInput(selector: string, valueTosSet: string[], expectedValue: string): NightwatchBrowser
60+
validateValueInput(selector: string, valueToSet: string[], expectedValue: string): NightwatchBrowser
6161
checkAnnotations(type: string): NightwatchBrowser
6262
checkAnnotationsNotPresent(type: string): NightwatchBrowser
6363
getLastTransactionHash(callback: (hash: string) => void)

0 commit comments

Comments
 (0)