test: oops - fdescribe

This commit is contained in:
Pavel Feldman 2020-03-06 09:41:45 -08:00
parent 5c9ebfaa79
commit a802b00880

View file

@ -1113,7 +1113,7 @@ module.exports.describe = function({testRunner, expect, headless, playwright, FF
});
});
fdescribe('Page api coverage', function() {
describe('Page api coverage', function() {
it('Page.press should work', async({page, server}) => {
await page.goto(server.PREFIX + '/input/textarea.html');
await page.press('textarea', 'a');