chore: skip the animation test for now

This commit is contained in:
Davy Duperron 2020-01-27 10:44:22 +01:00
parent 5c938cc0b3
commit 2593036adc
No known key found for this signature in database
GPG key ID: 302C85E3F19B7054

View file

@ -374,7 +374,7 @@ module.exports.describe = function({testRunner, expect, playwright, FFOX, CHROMI
await page.click('button');
expect(await page.evaluate('window.clicked')).toBe(true);
});
it('should click on an animated button', async({page}) => {
it.skip(true)('should click on an animated button', async({page}) => {
const buttonSize = 50;
const containerWidth = 500;
const transition = 500;