Skip drag test on admin points
parent
f0b16d2e52
commit
bff325398e
|
@ -86,7 +86,7 @@ describe('attributes - points', function() {
|
||||||
expect(newStatuses.indexOf(newStatusName)).to.be.not.equal(-1);
|
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 section = adminAttributesHelper.getSection(0);
|
||||||
let rows = section.rows();
|
let rows = section.rows();
|
||||||
let points = await adminAttributesHelper.getPointsNames(section.el);
|
let points = await adminAttributesHelper.getPointsNames(section.el);
|
||||||
|
|
Loading…
Reference in New Issue