test: oops - fdescribe
This commit is contained in:
parent
5c9ebfaa79
commit
a802b00880
|
|
@ -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}) => {
|
it('Page.press should work', async({page, server}) => {
|
||||||
await page.goto(server.PREFIX + '/input/textarea.html');
|
await page.goto(server.PREFIX + '/input/textarea.html');
|
||||||
await page.press('textarea', 'a');
|
await page.press('textarea', 'a');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue