Skip to content

Commit

Permalink
update functional test expect to account for reversing hits order
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Oct 8, 2019
1 parent 249ac40 commit dd4824c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/maps/joins.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function ({ getPageObjects, getService }) {
return feature.properties.__kbn__isvisible__;
});

expect(visibilitiesOfFeatures).to.eql([true, true, true, false]);
expect(visibilitiesOfFeatures).to.eql([false, true, true, true]);
});


Expand Down

0 comments on commit dd4824c

Please sign in to comment.