Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Aug 29, 2024
1 parent 5cdacfa commit 302c3da
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,7 @@ module('Acceptance | dashboard', function (hooks) {

assert
.dom('[data-test-widget="2"] [data-test-field="Relevant Years"]')
.hasText(
'Relevant years: 1973 - 1982',
'We see the relevant years in correct format.',
);
.hasText('1973 - 1982', 'We see the relevant years in correct format.');

// Widget 3
assert
Expand Down

0 comments on commit 302c3da

Please sign in to comment.