mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: fix page.browserContext test title (#7292)
This commit is contained in:
parent
ad523c87fa
commit
b4509d31cc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user