Skip to content

Commit

Permalink
chore: try to fix this f******* test
Browse files Browse the repository at this point in the history
  • Loading branch information
romgere committed May 31, 2024
1 parent c925c95 commit cb7dd73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/components/settings-form/text-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import TextMakerSettings from 'text2stl/models/text-maker-settings';
import { ModelType } from 'text2stl/services/text-maker';
import fillCalciteInput from 'text2stl/tests/helpers/fill-calcite-input';
import { setupIntl } from 'ember-intl/test-support';
import waitCalciteReady from 'text2stl/tests/helpers/wait-calcite-ready';

module('Integration | Component | settings-form/text', function (hooks) {
setupRenderingTest(hooks);
Expand Down Expand Up @@ -87,6 +88,8 @@ module('Integration | Component | settings-form/text', function (hooks) {
this.set('model', model);

await render(hbs`<SettingsForm::Text @model={{this.model}} />`);
await waitCalciteReady();

assert.dom('[data-test-settings-text-alignment]').doesNotExist();
assert.dom('[data-test-settings-vspacing]').doesNotExist();

Expand Down

0 comments on commit cb7dd73

Please sign in to comment.