Skip to content

Commit

Permalink
Merge branch 'enhancement/9604-hide-not-set-audience-segmentation' of…
Browse files Browse the repository at this point in the history
… github.com:google/site-kit-wp into enhancement/9604-hide-not-set-audience-segmentation.
  • Loading branch information
ankitrox committed Jan 23, 2025
2 parents 01c78d5 + f14c1a0 commit 339831d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@ exports[`AudienceTilesWidget should not render audiences that are not available
<div
class="googlesitekit-audience-segmentation-tile-metric__cities-metric-name"
>
(not set)
New York
</div>
<div
class="googlesitekit-audience-segmentation-tile-metric__cities-metric-value"
>
99%
71.1%
</div>
</div>
<div
Expand Down Expand Up @@ -640,12 +640,12 @@ exports[`AudienceTilesWidget should render correctly when there is partial data
<div
class="googlesitekit-audience-segmentation-tile-metric__cities-metric-name"
>
(not set)
New York
</div>
<div
class="googlesitekit-audience-segmentation-tile-metric__cities-metric-value"
>
78.6%
392.9%
</div>
</div>
</div>
Expand Down Expand Up @@ -1153,12 +1153,12 @@ exports[`AudienceTilesWidget should render when all configured audiences are mat
<div
class="googlesitekit-audience-segmentation-tile-metric__cities-metric-name"
>
(not set)
New York
</div>
<div
class="googlesitekit-audience-segmentation-tile-metric__cities-metric-value"
>
106.7%
76.7%
</div>
</div>
<div
Expand Down Expand Up @@ -1513,12 +1513,12 @@ exports[`AudienceTilesWidget should render when configured audience is matching
<div
class="googlesitekit-audience-segmentation-tile-metric__cities-metric-name"
>
(not set)
New York
</div>
<div
class="googlesitekit-audience-segmentation-tile-metric__cities-metric-value"
>
145.5%
104.5%
</div>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function provideAudienceTilesMockReport(
desc: true,
},
],
limit: 3,
limit: 4,
};

const topContentReportOptions = {
Expand Down

0 comments on commit 339831d

Please sign in to comment.