Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Dec 13, 2024
1 parent f2fc978 commit f896cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/basic-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module('Acceptance | basic', function(hooks) {
await visit('/');

assert.equal(currentURL(), '/');
assert.dom('[data-test-chart]').exists({count: 10})
assert.dom('[data-test-chart]').exists({count: 11})
// await this.pauseTest();

assert.dom('[data-test-chart="lint-to-the-future-ember-template:require-valid-alt-text"] [data-test-time-button="monthly"]').isChecked();
Expand All @@ -29,6 +29,6 @@ module('Acceptance | basic', function(hooks) {
// top level charts
assert.dom('.ember-application > div > [data-test-chart]').exists({count: 9})

assert.dom('[data-test-completed-rules] [data-test-chart]').exists({count: 1});
assert.dom('[data-test-completed-rules] [data-test-chart]').exists({count: 2});
})
});

0 comments on commit f896cfb

Please sign in to comment.