Skip to content

Commit a802b00

Browse files
committed
test: oops - fdescribe
1 parent 5c9ebfa commit a802b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/page.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ module.exports.describe = function({testRunner, expect, headless, playwright, FF
11131113
});
11141114
});
11151115

1116-
fdescribe('Page api coverage', function() {
1116+
describe('Page api coverage', function() {
11171117
it('Page.press should work', async({page, server}) => {
11181118
await page.goto(server.PREFIX + '/input/textarea.html');
11191119
await page.press('textarea', 'a');

0 commit comments

Comments
 (0)