[test,addendum][xs]: fixes for tests after changes in last commit b64daea1a7.
This commit is contained in:
@@ -56,7 +56,7 @@ test('geo_distance', function () {
|
||||
$editForm = view.el.find('form.js-edit');
|
||||
equal($editForm.find('.filter-geo_distance').length, 1)
|
||||
deepEqual(_.keys(dataset.queryState.attributes.filters[0]), ['distance',
|
||||
'point', 'type', 'field']);
|
||||
'unit', 'point', 'type', 'field']);
|
||||
|
||||
// now set filter value and apply
|
||||
$editForm.find('input[name="lat"]').val(10);
|
||||
|
||||
Reference in New Issue
Block a user