From bff325398efdd417e47777bcefbe7cca12e500c4 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 30 Oct 2015 10:45:49 +0100 Subject: [PATCH] Skip drag test on admin points --- e2e/full/admin/attributes/points.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/full/admin/attributes/points.e2e.js b/e2e/full/admin/attributes/points.e2e.js index 095dab89..1c9a5148 100644 --- a/e2e/full/admin/attributes/points.e2e.js +++ b/e2e/full/admin/attributes/points.e2e.js @@ -86,7 +86,7 @@ describe('attributes - points', function() { expect(newStatuses.indexOf(newStatusName)).to.be.not.equal(-1); }); - utils.common.browserSkip(['firefox', 'internet explorer'], 'drag', async function() { + it.skip('drag', async function() { let section = adminAttributesHelper.getSection(0); let rows = section.rows(); let points = await adminAttributesHelper.getPointsNames(section.el);