From bf734a33657551495bf0c8fe012fbdb48084f890 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Fri, 8 Dec 2023 09:59:18 +0100 Subject: [PATCH] fix: expect docs --- docs/helpers/Expect.md | 2 +- lib/helper/Expect.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helpers/Expect.md b/docs/helpers/Expect.md index 39110098b..ead6a072b 100644 --- a/docs/helpers/Expect.md +++ b/docs/helpers/Expect.md @@ -20,7 +20,7 @@ Zero-configuration when paired with other helpers like REST, Playwright: { helpers: { Playwright: {...}, - ExpectHelper: {}, + Expect: {}, } } ``` diff --git a/lib/helper/Expect.js b/lib/helper/Expect.js index 4a385f505..0ff821e9a 100644 --- a/lib/helper/Expect.js +++ b/lib/helper/Expect.js @@ -20,7 +20,7 @@ chai.use(require('chai-match-pattern')); *{ * helpers: { * Playwright: {...}, - * ExpectHelper: {}, + * Expect: {}, * } *} * ```