Skip to content

Commit

Permalink
Merge pull request #9540 from ohcnetwork/staging
Browse files Browse the repository at this point in the history
Production Release v24.52.0
  • Loading branch information
gigincg authored Dec 23, 2024
2 parents 14e629c + 326c274 commit b0b2bfb
Show file tree
Hide file tree
Showing 219 changed files with 4,222 additions and 8,045 deletions.
2 changes: 1 addition & 1 deletion .cursorrules
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ UI and Styling

General Guidelines

- Care uses a custom useQuery hook to fetch data from the API. (Docs @ /Utils/request/useQuery)
- Care uses TanStack Query for data fetching from the API along with query and mutate utilities for the queryFn and mutationFn. (Docs @ /Utils/request/README.md)
- APIs are defined in the api.tsx file.
1 change: 0 additions & 1 deletion cypress/e2e/assets_spec/AssetHomepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ rolesToTest.forEach((role) => {
it("Export the list of assets in CSV & Json", () => {
if (role === "districtAdmin") {
assetHome.selectAssetImportButton("click");
cy.wait(2000);
assetHome.selectJsonExportButton();
assetHome.selectAssetImportButton("click");
assetHome.selectCsvExportButton();
Expand Down
Loading

0 comments on commit b0b2bfb

Please sign in to comment.