From f305d6594eb314f33c42c3574943e8d052c5e18d Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 21 Feb 2020 13:12:53 -0800 Subject: [PATCH] chore: remove focused test --- test/click.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/click.spec.js b/test/click.spec.js index c2f033b7d9..0fc43e2ee2 100644 --- a/test/click.spec.js +++ b/test/click.spec.js @@ -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';