Skip to content

Commit

Permalink
try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs committed Mar 1, 2024
1 parent bc08634 commit 8d90f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -6,7 +6,7 @@ describe('Medications Select All Refills', () => {
it('visits Medications Refill Page Select Refills', () => {
const site = new MedicationsSite();
const refillPage = new MedicationsRefillPage();
const checkboxes = 2;
const checkboxes = 1;
site.login();
refillPage.loadRefillPage(refillPrescriptions);
cy.injectAxe();
Expand Down
Expand Up @@ -29,7 +29,7 @@ class MedicationsRefillPage {
cy.get('[data-testid="request-refill-button"]')
.shadow()
.find('[type ="button"]')
.should('contain', 'Request refills');
.should('contain', 'refill');
};

verifyRefillCheckBoxesClicked = numberOfCheckboxes => {
Expand Down

0 comments on commit 8d90f30

Please sign in to comment.