Skip to content

Commit

Permalink
fix(app): bug fixes in EnhancedPageObject
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-nagaraj authored Oct 13, 2024
1 parent bc9818a commit d79d150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/page-object.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ export type EnhancedPageObject<
Elements = {},
Sections extends Record<string, PageObjectSection> = {},
Props = {},
URL = string
URL = string | ((...args: any) => string)
> = SharedCommands &
NightwatchCustomCommands &
EnhancedPageObjectSharedFields<
Expand Down

0 comments on commit d79d150

Please sign in to comment.