Skip to content

Commit 6f4631e

Browse files
hc-github-team-secure-vault-coreNoelle Daley
and
Noelle Daley
authored
backport of commit 792eb3b (#26132)
Co-authored-by: Noelle Daley <[email protected]>
1 parent 314b34d commit 6f4631e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/tests/acceptance/clients/counts/overview-test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ module('Acceptance | clients | overview | sync in license, activated', function
278278
.dom(SELECTORS.charts.statTextValue('Secrets sync clients'))
279279
.exists('shows secret sync data on overview');
280280
await click(SELECTORS.tab('sync'));
281+
281282
assert.dom(SELECTORS.tab('sync')).hasClass('active');
282283
assert.dom(SELECTORS.emptyStateTitle).doesNotExist();
283284
assert
@@ -307,7 +308,6 @@ module('Acceptance | clients | overview | sync in license, not activated', funct
307308
.dom(SELECTORS.charts.chart('Secrets sync usage'))
308309
.doesNotExist('chart is hidden because feature is not activated');
309310

310-
assert.dom(SELECTORS.usageStats).exists();
311311
assert.dom('[data-test-stat-text="secret-syncs"]').doesNotExist();
312312
});
313313
});
@@ -332,7 +332,6 @@ module('Acceptance | clients | overview | sync not in license', function (hooks)
332332
test('it should hide secrets sync charts', async function (assert) {
333333
assert.dom(SELECTORS.charts.chart('Secrets sync usage')).doesNotExist();
334334

335-
assert.dom(SELECTORS.usageStats).exists();
336335
assert.dom('[data-test-stat-text="secret-syncs"]').doesNotExist();
337336
});
338337
});

0 commit comments

Comments
 (0)