|
@@ -53,8 +53,8 @@ describe('ExploreToolbar', function () {
|
|
expect(resultMode).toEqual('samples');
|
|
expect(resultMode).toEqual('samples');
|
|
|
|
|
|
expect(sampleFields).toEqual([
|
|
expect(sampleFields).toEqual([
|
|
- 'project',
|
|
|
|
'span_id',
|
|
'span_id',
|
|
|
|
+ 'project',
|
|
'span.op',
|
|
'span.op',
|
|
'span.description',
|
|
'span.description',
|
|
'span.duration',
|
|
'span.duration',
|
|
@@ -80,8 +80,8 @@ describe('ExploreToolbar', function () {
|
|
expect(resultMode).toEqual('samples');
|
|
expect(resultMode).toEqual('samples');
|
|
|
|
|
|
expect(sampleFields).toEqual([
|
|
expect(sampleFields).toEqual([
|
|
- 'project',
|
|
|
|
'span_id',
|
|
'span_id',
|
|
|
|
+ 'project',
|
|
'span.op',
|
|
'span.op',
|
|
'span.description',
|
|
'span.description',
|
|
'span.duration',
|
|
'span.duration',
|
|
@@ -187,8 +187,8 @@ describe('ExploreToolbar', function () {
|
|
|
|
|
|
// check the default field options
|
|
// check the default field options
|
|
const fields = [
|
|
const fields = [
|
|
- 'project',
|
|
|
|
'span_id',
|
|
'span_id',
|
|
|
|
+ 'project',
|
|
'span.op',
|
|
'span.op',
|
|
'span.description',
|
|
'span.description',
|
|
'span.duration',
|
|
'span.duration',
|