test: fix typo in page test (#7277)

This commit is contained in:
Darío Kondratiuk 2021-05-26 11:52:54 -03:00 committed by GitHub
parent 9e0acebb75
commit 2c9ff4feaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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