Skip to content

Commit

Permalink
fix save_query_table jest test
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
  • Loading branch information
kavithacm committed Nov 3, 2022
1 parent f6efa78 commit 9bc8be7
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ exports[`Saved query table component Renders saved query table 1`] = `
"value": "Query",
"view": "Query",
},
Object {
"name": "Metric",
"value": "Metric",
"view": "Metric",
},
],
"type": "field_value_selection",
},
Expand Down Expand Up @@ -194,6 +199,11 @@ exports[`Saved query table component Renders saved query table 1`] = `
"value": "Query",
"view": "Query",
},
Object {
"name": "Metric",
"value": "Metric",
"view": "Metric",
},
],
"type": "field_value_selection",
},
Expand Down Expand Up @@ -337,6 +347,11 @@ exports[`Saved query table component Renders saved query table 1`] = `
"value": "Query",
"view": "Query",
},
Object {
"name": "Metric",
"value": "Metric",
"view": "Metric",
},
],
"type": "field_value_selection",
},
Expand Down Expand Up @@ -384,6 +399,11 @@ exports[`Saved query table component Renders saved query table 1`] = `
"value": "Query",
"view": "Query",
},
Object {
"name": "Metric",
"value": "Metric",
"view": "Metric",
},
],
"type": "field_value_selection",
}
Expand Down

0 comments on commit 9bc8be7

Please sign in to comment.