diff --git a/test/assets/input/textarea.html b/test/assets/input/textarea.html index f71a0054b5..bd477ba826 100644 --- a/test/assets/input/textarea.html +++ b/test/assets/input/textarea.html @@ -4,7 +4,7 @@ Textarea test - +
diff --git a/test/mouse.spec.js b/test/mouse.spec.js index 536318c6e2..6ce77aef80 100644 --- a/test/mouse.spec.js +++ b/test/mouse.spec.js @@ -71,7 +71,7 @@ module.exports.addTests = function({testRunner, expect, FFOX, CHROME, WEBKIT}) { expect(newDimensions.width).toBe(Math.round(width + 104)); expect(newDimensions.height).toBe(Math.round(height + 104)); }); - it.skip(WEBKIT)('should select the text with mouse', async({page, server}) => { + it('should select the text with mouse', async({page, server}) => { await page.goto(server.PREFIX + '/input/textarea.html'); await page.focus('textarea'); const text = 'This is the text that we are going to try to select. Let\'s see how it goes.';