mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
test
This commit is contained in:
parent
a74c55ba6f
commit
2c136b0dd1
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ export default function ({ getPageObjects, getService }) {
|
|||
});
|
||||
|
||||
it('should not apply query to source and apply query to join', async () => {
|
||||
const joinResponse = await PageObjects.maps.getResponse(
|
||||
const { rawResponse: joinResponse } = await PageObjects.maps.getResponse(
|
||||
'meta_for_geo_shapes*.runtime_shape_name'
|
||||
);
|
||||
expect(joinResponse.aggregations.join.buckets.length).to.equal(2);
|
||||
|
@ -138,7 +138,7 @@ export default function ({ getPageObjects, getService }) {
|
|||
});
|
||||
|
||||
it('should apply query to join request', async () => {
|
||||
const joinResponse = await PageObjects.maps.getResponse(
|
||||
const { rawResponse: joinResponse } = await PageObjects.maps.getResponse(
|
||||
'meta_for_geo_shapes*.runtime_shape_name'
|
||||
);
|
||||
expect(joinResponse.aggregations.join.buckets.length).to.equal(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue