Skip to content

Commit b5c6270

Browse files
committed
update test titles
1 parent 1e62901 commit b5c6270

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/tests/profile-metrics/profile-metrics.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,19 +167,19 @@ describe('Profile Metrics', function () {
167167

168168
[
169169
{
170-
title: 'MetaMetrics is disabled',
170+
title: 'when MetaMetrics is disabled',
171171
participateInMetaMetrics: false,
172172
featureFlag: true,
173173
pna25Acknowledged: true,
174174
},
175175
{
176-
title: 'feature flag is off',
176+
title: 'when the relevant feature flag is off',
177177
participateInMetaMetrics: true,
178178
featureFlag: false,
179179
pna25Acknowledged: true,
180180
},
181181
{
182-
title: 'user has not acknowledged the privacy change',
182+
title: 'when the user has not acknowledged the privacy change',
183183
participateInMetaMetrics: true,
184184
featureFlag: true,
185185
pna25Acknowledged: false,

0 commit comments

Comments
 (0)