Skip to content

Commit

Permalink
Fixed heading in add org admin page (#6441)
Browse files Browse the repository at this point in the history
* Fixed heading in add org admin page

* Fix for the concuct test flakiness

* Fix for the conduct test flakiness
  • Loading branch information
johanna-skylight authored Aug 29, 2023
1 parent 23bcefa commit e96603d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/04-conduct_test.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe("Conducting a COVID test", () => {
cy.wait("@GetFacilityQueue", {timeout: 20000});

cy.get(queueCard).within(() => {
cy.get('[data-cy="radio-group-option-NEGATIVE"]').click()
cy.contains('label', 'Negative (-)').click();
});

cy.wait("@EditQueueItem");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const AddOrganizationAdminForm = ({
<div className="prime-container card-container">
<div className="usa-card__header">
<div>
<h2 className="font-heading-lg">{addOrgAdminPageTitle}</h2>
<h1 className="font-heading-lg">{addOrgAdminPageTitle}</h1>
<RequiredMessage />
</div>
<div
Expand Down

0 comments on commit e96603d

Please sign in to comment.