Skip to content

Commit

Permalink
test: fix typo in page test (#7277)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed May 26, 2021
1 parent 9e0aceb commit 2c9ff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/page.spec.ts
Expand Up @@ -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();

Expand Down

0 comments on commit 2c9ff4f

Please sign in to comment.