From b4509d31ccdc98d3378ec2f9a71570a8f87df444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Thu, 27 May 2021 10:51:41 -0300 Subject: [PATCH] test: fix page.browserContext test title (#7292) --- test/page.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/page.spec.ts b/test/page.spec.ts index 16c32766..b947b6f8 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);