Skip to content

Commit

Permalink
Unskip fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir-Ayrikh committed Jan 24, 2025
1 parent 95e5d2c commit 38d6a21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/DGTrafficControl/test/TrafficControlSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('DG.TrafficControl', function() {

centerNsk = [55.017493, 82.819576],
centerSpb = [59.937706, 30.13249],
centerWithoutProject = [55.363990665081126, 77.81307220458986];
centerWithoutProject = [77.81307220458986, 55.363990665081126]; // севернее Новой земли

after(function () {
controlClass = controlParentActiveClass = controlParentHiddenClass = centerNsk = null;
Expand Down Expand Up @@ -179,8 +179,7 @@ describe('DG.TrafficControl', function() {
expect(controlParent.className).not.contain(controlParentHiddenClass);
});

// TODO: unskip after fixing TILES-7238
it.skip('add hide class to control parent element', function (done) {
it('add hide class to control parent element', function (done) {
var onProjectLeave = function (ev) {
map.off('projectleave', onProjectLeave);
expect(controlParent.className).to.contain(controlParentHiddenClass);
Expand Down

0 comments on commit 38d6a21

Please sign in to comment.