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 ffbae1f commit c4a5943
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs-app/tests/acceptance/dashboard/visual-regression-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,17 +214,11 @@ module('Acceptance | dashboard', function (hooks) {

assert
.dom('[data-test-widget="2"] [data-test-field="Annual Revenue"]')
.hasText(
'Annual revenue: $2.3 billion',
'We see the annual revenue in correct format.',
);
.hasText('$2.3 billion', 'We see the annual revenue in correct format.');

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 c4a5943

Please sign in to comment.