Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/e2e-test' into feat/e2e-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed May 29, 2024
2 parents 11444ce + 85d448e commit d32b12d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/e2e/pages/auth.details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const authorization_details_page = async (page: Page) => {
await expect(page.getByText('Huntingdon Road Abbotsford, BC')).toBeVisible();
await expect(page.getByText('49.017')).toBeVisible();
await expect(page.getByText('-122.4547')).toBeVisible();
await expect(page.locator('#root')).toContainText('1994-08-01');
await expect(page.locator('#root')).toContainText('2020-08-17');
await expect(page.locator('#root')).toContainText('1994-08-02');
await expect(page.locator('#root')).toContainText('2020-08-18');
await expect(page.locator('#root')).toContainText('Permit');
await expect(page.locator('#root')).toContainText('Schedule 2 - Composting Operations');
};
};

0 comments on commit d32b12d

Please sign in to comment.