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

Commit

Permalink
#85 - Fixed new page setup example test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestas-zekas committed Jan 20, 2021
1 parent f1c9f33 commit 64ec5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tests/helpers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe("Helpers", () => {
await Helpers.pageSetup(newPage);

//Assert
expect(newPage._timeoutSettings.timeout()).toEqual(config.defaultTimeout);
expect(newPage._timeoutSettings.timeout({})).toEqual(config.defaultTimeout);
});

it("should generate random text with no characters specified", async () => {
Expand Down

0 comments on commit 64ec5a9

Please sign in to comment.