Skip to content

Commit

Permalink
Allow access of nested globals properties. (#3766)
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Jun 21, 2023
1 parent 7386c8b commit 45b2733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface NightwatchGlobals {
* @example
* myGlobalVar: "some value"
*/
[key: string]: unknown;
[key: string]: any;

/**
* This controls whether to abort the test execution when an assertion failed and skip the rest
Expand Down

0 comments on commit 45b2733

Please sign in to comment.