Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Zarzeczny committed Oct 18, 2022
1 parent d5de381 commit f10e87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Bulk upload form', function () {
cy.contains('VERIFIED');

// Demographics
cy.contains('41-45');
cy.contains('41 - 45');
cy.contains('Male');
cy.contains('Accountant');
cy.contains('Bangladeshi');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ it('loads and displays case', async () => {
expect(getByText('2020-04-13')).toBeInTheDocument();
// Demographics.
expect(getByText('Non-binary/Third gender')).toBeInTheDocument();
expect(getByText('50-59')).toBeInTheDocument();
expect(getByText('50 - 59')).toBeInTheDocument();
expect(getByText('Horse breeder')).toBeInTheDocument();
expect(getByText('Swedish')).toBeInTheDocument();
expect(getByText('Asian')).toBeInTheDocument();
Expand Down

0 comments on commit f10e87a

Please sign in to comment.