mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: fix typo in page test (#7277)
This commit is contained in:
parent
9e0acebb75
commit
2c9ff4feaf
@ -314,7 +314,7 @@ describe('Page', function () {
|
||||
]);
|
||||
});
|
||||
itFailsFirefox(
|
||||
'should isolate permissions between browser contexs',
|
||||
'should isolate permissions between browser contexts',
|
||||
async () => {
|
||||
const { page, server, context, browser } = getTestState();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user