Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy committed Jul 22, 2024
1 parent ec8ee32 commit c484057
Showing 1 changed file with 126 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,27 @@ exports[`Traces component renders empty traces page 1`] = `
},
"navGroup": Object {
"getCurrentNavGroup$": [MockFunction],
"getNavGroupEnabled": [MockFunction],
"getNavGroupEnabled": [MockFunction] {
"calls": Array [
Array [],
Array [],
Array [],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
],
},
"getNavGroupsMap$": [MockFunction],
"setCurrentNavGroup": [MockFunction],
},
Expand Down Expand Up @@ -440,7 +460,27 @@ exports[`Traces component renders empty traces page 1`] = `
},
"navGroup": Object {
"getCurrentNavGroup$": [MockFunction],
"getNavGroupEnabled": [MockFunction],
"getNavGroupEnabled": [MockFunction] {
"calls": Array [
Array [],
Array [],
Array [],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
],
},
"getNavGroupsMap$": [MockFunction],
"setCurrentNavGroup": [MockFunction],
},
Expand Down Expand Up @@ -1739,7 +1779,27 @@ exports[`Traces component renders jaeger traces page 1`] = `
},
"navGroup": Object {
"getCurrentNavGroup$": [MockFunction],
"getNavGroupEnabled": [MockFunction],
"getNavGroupEnabled": [MockFunction] {
"calls": Array [
Array [],
Array [],
Array [],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
],
},
"getNavGroupsMap$": [MockFunction],
"setCurrentNavGroup": [MockFunction],
},
Expand Down Expand Up @@ -2074,7 +2134,27 @@ exports[`Traces component renders jaeger traces page 1`] = `
},
"navGroup": Object {
"getCurrentNavGroup$": [MockFunction],
"getNavGroupEnabled": [MockFunction],
"getNavGroupEnabled": [MockFunction] {
"calls": Array [
Array [],
Array [],
Array [],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
],
},
"getNavGroupsMap$": [MockFunction],
"setCurrentNavGroup": [MockFunction],
},
Expand Down Expand Up @@ -3378,7 +3458,27 @@ exports[`Traces component renders traces page 1`] = `
},
"navGroup": Object {
"getCurrentNavGroup$": [MockFunction],
"getNavGroupEnabled": [MockFunction],
"getNavGroupEnabled": [MockFunction] {
"calls": Array [
Array [],
Array [],
Array [],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
],
},
"getNavGroupsMap$": [MockFunction],
"setCurrentNavGroup": [MockFunction],
},
Expand Down Expand Up @@ -3712,7 +3812,27 @@ exports[`Traces component renders traces page 1`] = `
},
"navGroup": Object {
"getCurrentNavGroup$": [MockFunction],
"getNavGroupEnabled": [MockFunction],
"getNavGroupEnabled": [MockFunction] {
"calls": Array [
Array [],
Array [],
Array [],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
Object {
"type": "return",
"value": undefined,
},
],
},
"getNavGroupsMap$": [MockFunction],
"setCurrentNavGroup": [MockFunction],
},
Expand Down

0 comments on commit c484057

Please sign in to comment.