Skip drag test on admin points

stable
Alejandro Alonso 2015-10-30 10:45:49 +01:00
parent f0b16d2e52
commit bff325398e
1 changed files with 1 additions and 1 deletions

View File

@ -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);