Textarea test
-
+
diff --git a/test/mouse.spec.js b/test/mouse.spec.js
index 8d1984d45c..d60b56b5e2 100644
--- a/test/mouse.spec.js
+++ b/test/mouse.spec.js
@@ -70,7 +70,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.';