Skip to content

Commit

Permalink
Removed a pauseTeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bp-cos committed Oct 8, 2024
1 parent d4a3e4f commit 8596ddc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { click, pauseTest, render } from '@ember/test-helpers';
import { click, render } from '@ember/test-helpers';
import { hbs } from 'ember-cli-htmlbars';
import { setupMirage } from 'ember-cli-mirage/test-support';
import { setupIntl } from 'ember-intl/test-support';
Expand Down Expand Up @@ -48,9 +48,6 @@ module('Integration | institutions | dashboard | -components | chart-kpi', hooks
// Finally the expanded data is not visible
assert.dom('[data-test-expansion-data]')
.hasStyle({display: 'none'});
// eslint-disable-next-line ember/no-pause-test
await pauseTest();

});

test('it renders the expanded data correctly', async assert => {
Expand Down

0 comments on commit 8596ddc

Please sign in to comment.