Skip to content

Commit

Permalink
fix(admin): remove weird double assert.dom called
Browse files Browse the repository at this point in the history
  • Loading branch information
HEYGUL committed Jul 16, 2024
1 parent cf46562 commit fe604e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module('Integration | Component | common/loader-grey', function (hooks) {
const screen = await renderScreen(hbs`<Common::LoaderGrey />`);

// then
assert.dom(assert.dom(screen.getByRole('progressbar', { name: 'chargement' })).exists());
assert.dom(screen.getByRole('progressbar', { name: 'chargement' })).exists();
});
});

0 comments on commit fe604e4

Please sign in to comment.