test: fix page.browserContext test title (#7292)

This commit is contained in:
Darío Kondratiuk 2021-05-27 10:51:41 -03:00 committed by GitHub
parent ad523c87fa
commit b4509d31cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);