Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
fix: fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation committed Apr 27, 2019
1 parent f460bd2 commit 79c0841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/fullPage.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface SaveFullPageMethodOptions {
// Elements that need to be removed (display: none) before saving a screenshot
removeElements?: HTMLElement[];
// Elements that need to be hidden after the first scroll for a fullpage scroll
hideAfterFirstScroll: HTMLElement[];
hideAfterFirstScroll?: HTMLElement[];
}

interface CheckOptions extends SaveFullPageMethodOptions, CheckMethodOptions {
Expand Down

0 comments on commit 79c0841

Please sign in to comment.