Skip to content

Commit

Permalink
test(selection): adjust marker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Oct 30, 2018
1 parent 231daa4 commit 22174c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/spec/features/selection/SelectionVisualsSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
import selectionModule from 'lib/features/selection';

import {
query as domQuery
matches
} from 'min-dom';


Expand Down Expand Up @@ -63,9 +63,9 @@ describe('features/selection/SelectionVisuals', function() {

// then
var gfx = canvas.getGraphics(connection),
outline = domQuery('.djs-outline', gfx);
hasOutline = matches(gfx, '.selected');

expect(outline).to.exist;
expect(hasOutline).to.be.true;
}));

});
Expand Down

0 comments on commit 22174c2

Please sign in to comment.