mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: remove focused test
This commit is contained in:
parent
66362a5687
commit
f305d6594e
@ -385,7 +385,7 @@ module.exports.describe = function({testRunner, expect, playwright, FFOX, CHROMI
|
|||||||
await context.close();
|
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.goto(server.PREFIX + '/input/button.html');
|
||||||
await page.$eval('button', button => {
|
await page.$eval('button', button => {
|
||||||
button.style.transition = 'margin 500ms linear 0s';
|
button.style.transition = 'margin 500ms linear 0s';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user