Skip to content

Commit

Permalink
📸 Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Nov 9, 2021
1 parent c262008 commit 389749b
Showing 1 changed file with 14 additions and 50 deletions.
64 changes: 14 additions & 50 deletions x-pack/plugins/lens/public/metric_visualization/expression.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,15 @@ describe('metric_expression', () => {
key="3"
>
<div
className="lnsMetricExpression__value"
data-test-subj="lns_metric_value"
style={
Object {
"fontSize": "60pt",
"fontWeight": 600,
}
}
style={Object {}}
>
3
</div>
<div
className="lnsMetricExpression__title"
data-test-subj="lns_metric_title"
style={
Object {
"fontSize": "24pt",
}
}
>
My fanci metric chart
</div>
Expand Down Expand Up @@ -149,23 +141,15 @@ describe('metric_expression', () => {
key="last"
>
<div
className="lnsMetricExpression__value"
data-test-subj="lns_metric_value"
style={
Object {
"fontSize": "60pt",
"fontWeight": 600,
}
}
style={Object {}}
>
last
</div>
<div
className="lnsMetricExpression__title"
data-test-subj="lns_metric_title"
style={
Object {
"fontSize": "24pt",
}
}
>
My fanci metric chart
</div>
Expand Down Expand Up @@ -196,23 +180,15 @@ describe('metric_expression', () => {
key="3"
>
<div
className="lnsMetricExpression__value"
data-test-subj="lns_metric_value"
style={
Object {
"fontSize": "60pt",
"fontWeight": 600,
}
}
style={Object {}}
>
3
</div>
<div
className="lnsMetricExpression__title"
data-test-subj="lns_metric_title"
style={
Object {
"fontSize": "24pt",
}
}
>
My fanci metric chart
</div>
Expand Down Expand Up @@ -243,13 +219,9 @@ describe('metric_expression', () => {
key="3"
>
<div
className="lnsMetricExpression__value"
data-test-subj="lns_metric_value"
style={
Object {
"fontSize": "60pt",
"fontWeight": 600,
}
}
style={Object {}}
>
3
</div>
Expand Down Expand Up @@ -334,23 +306,15 @@ describe('metric_expression', () => {
key="0"
>
<div
className="lnsMetricExpression__value"
data-test-subj="lns_metric_value"
style={
Object {
"fontSize": "60pt",
"fontWeight": 600,
}
}
style={Object {}}
>
0
</div>
<div
className="lnsMetricExpression__title"
data-test-subj="lns_metric_title"
style={
Object {
"fontSize": "24pt",
}
}
>
My fanci metric chart
</div>
Expand Down

0 comments on commit 389749b

Please sign in to comment.