Skip to content

Commit

Permalink
A couple more test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Jun 24, 2021
1 parent 201078b commit 0dd4265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/test/functional/apps/maps/joins.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,14 @@ export default function ({ getPageObjects, getService }) {
});

expect(visibilitiesOfFeatures).to.eql([
false,
false,
true,
true,
true,
// geo centroids for above features
false,
false,
true,
true,
true,
Expand Down Expand Up @@ -165,12 +167,14 @@ export default function ({ getPageObjects, getService }) {
});

expect(visibilitiesOfFeatures).to.eql([
false,
false,
true,
false,
false,
// geo centroids for above features
false,
false,
true,
false,
false,
Expand Down

0 comments on commit 0dd4265

Please sign in to comment.