Skip to content

Commit

Permalink
Bulk upload guide hiv aoe (#8449)
Browse files Browse the repository at this point in the history
* upload guide updates

* modifying description

* cleanup

* standardizing margin bottom on subsections

* fixing failing test

* test fixing

* test spacing

* intellij formatting turned off

* removing empty css class

* updating gender text format
  • Loading branch information
DavidMcClatchey authored Jan 29, 2025
1 parent 1795b24 commit 5845f4f
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 173 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe("CsvSchemaDocumentation tests", () => {

await user.click(hivAoeTab);

expect(screen.getAllByText("Required for Positives")).toHaveLength(2);
expect(screen.getAllByText("Required for Positives")).toHaveLength(3);
});
it("logs to App Insights on template download", async () => {
const mockTrackEvent = jest.fn();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const CsvSchemaDocumentationItem: React.FC<CsvSchemaItemProps> = ({
<div className="grid-col-8">
{item.description?.map((line) => (
<div
className="margin-bottom-1"
key={`${item.colHeader}-description-${line}`}
dangerouslySetInnerHTML={{ __html: `${line}` }}
/>
Expand Down
Loading

0 comments on commit 5845f4f

Please sign in to comment.