Skip to content

Commit

Permalink
Merge pull request #849 from aehrc/fix/update-docusaurus
Browse files Browse the repository at this point in the history
Fix/update docusaurus
  • Loading branch information
fongsean authored Jun 12, 2024
2 parents af7ffbb + 9b0e31d commit 6f35b73
Show file tree
Hide file tree
Showing 30 changed files with 606 additions and 5,543 deletions.
30 changes: 0 additions & 30 deletions apps/smart-forms-app/cypress.config.ts

This file was deleted.

45 changes: 0 additions & 45 deletions apps/smart-forms-app/cypress/e2e/_pre-run.cy.ts

This file was deleted.

45 changes: 0 additions & 45 deletions apps/smart-forms-app/cypress/e2e/dashboard.cy.ts

This file was deleted.

21 changes: 0 additions & 21 deletions apps/smart-forms-app/cypress/e2e/globals.ts

This file was deleted.

69 changes: 0 additions & 69 deletions apps/smart-forms-app/cypress/e2e/saving.cy.ts

This file was deleted.

5 changes: 0 additions & 5 deletions apps/smart-forms-app/cypress/fixtures/example.json

This file was deleted.

32 changes: 0 additions & 32 deletions apps/smart-forms-app/cypress/global.d.ts

This file was deleted.

85 changes: 0 additions & 85 deletions apps/smart-forms-app/cypress/support/commands.ts

This file was deleted.

37 changes: 0 additions & 37 deletions apps/smart-forms-app/cypress/support/e2e.ts

This file was deleted.

4 changes: 3 additions & 1 deletion apps/smart-forms-app/e2e/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
export const PLAYWRIGHT_EHR_URL = 'https://proxy.smartforms.io/v/r4/fhir';
export const PLAYWRIGHT_FORMS_SERVER_URL = 'https://smartforms.csiro.au/api/fhir';

export const PLAYWRIGHT_APP_URL = 'http://localhost:4173';
export const PLAYWRIGHT_APP_URL = process.env.CI
? 'http://localhost:4173'
: 'http://localhost:5173';
Loading

0 comments on commit 6f35b73

Please sign in to comment.