Skip to content

Commit

Permalink
Update test to account for data source update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Jun 23, 2021
1 parent affabf1 commit e494100
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 @@ -76,7 +76,7 @@ export default function ({ getPageObjects, getService }) {

it('should decorate feature properties with join property', async () => {
const mapboxStyle = await PageObjects.maps.getMapboxStyle();
expect(mapboxStyle.sources[VECTOR_SOURCE_ID].data.features.length).to.equal(8);
expect(mapboxStyle.sources[VECTOR_SOURCE_ID].data.features.length).to.equal(10);

mapboxStyle.sources.n1t6f.data.features.forEach(({ properties }) => {
if (properties.name === 'tango') {
Expand Down

0 comments on commit e494100

Please sign in to comment.