diff --git a/test/page.spec.ts b/test/page.spec.ts index 16c32766f50..b947b6f8b37 100644 --- a/test/page.spec.ts +++ b/test/page.spec.ts @@ -1739,7 +1739,7 @@ describe('Page', function () { }); describe('Page.browserContext', function () { - it('should return the correct browser instance', async () => { + it('should return the correct browser context instance', async () => { const { page, context } = getTestState(); expect(page.browserContext()).toBe(context);