Experiment with test impact further (2)
This commit is contained in:
committed by
Andreas Hocevar
parent
3909938a70
commit
cf1191505e
@@ -427,7 +427,7 @@ describe('ol.interaction.Select', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// The base case
|
// The base case
|
||||||
describe('with a single interaction added', function() {
|
xdescribe('with a single interaction added', function() {
|
||||||
it('changes the selected feature once', function() {
|
it('changes the selected feature once', function() {
|
||||||
map.addInteraction(firstInteraction);
|
map.addInteraction(firstInteraction);
|
||||||
|
|
||||||
@@ -441,7 +441,7 @@ describe('ol.interaction.Select', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// The "difficult" case. To prevent regression
|
// The "difficult" case. To prevent regression
|
||||||
xdescribe('with a replaced interaction', function() {
|
describe('with a replaced interaction', function() {
|
||||||
it('changes the selected feature once', function() {
|
it('changes the selected feature once', function() {
|
||||||
map.addInteraction(firstInteraction);
|
map.addInteraction(firstInteraction);
|
||||||
map.removeInteraction(firstInteraction);
|
map.removeInteraction(firstInteraction);
|
||||||
|
|||||||
Reference in New Issue
Block a user