chore: remove focused test

This commit is contained in:
Andrey Lushnikov 2020-02-21 13:12:53 -08:00
parent 66362a5687
commit f305d6594e

View File

@ -385,7 +385,7 @@ module.exports.describe = function({testRunner, expect, playwright, FFOX, CHROMI
await context.close();
});
fit('should wait for stable position', async({page, server}) => {
it('should wait for stable position', async({page, server}) => {
await page.goto(server.PREFIX + '/input/button.html');
await page.$eval('button', button => {
button.style.transition = 'margin 500ms linear 0s';