Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manishjha-04 committed Aug 8, 2024
1 parent 4464d70 commit dbc85db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion frontend/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = defineConfig({
"cypress/e2e/workplan.cy.js",
"cypress/e2e/nonConform.cy.js",
"cypress/e2e/modifyOrder.cy.js",
"cypress/e2e/batchOrderEntry.cy.js"
"cypress/e2e/batchOrderEntry.cy.js",
];
return config;
},
Expand Down
18 changes: 8 additions & 10 deletions frontend/cypress/fixtures/BatchOrder.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

{
"formTypeRoutine": "Routine",
"sampleType": "Serum",
"methodOnDemand": "On Demand",
"methodPrePrinted": "Pre-Printed",
"siteName": "CAMES",
"panel": "Western blot HIV",
"facility": "279 - CAMES MAN"
}

"formTypeRoutine": "Routine",
"sampleType": "Serum",
"methodOnDemand": "On Demand",
"methodPrePrinted": "Pre-Printed",
"siteName": "CAMES",
"panel": "Western blot HIV",
"facility": "279 - CAMES MAN"
}
2 changes: 1 addition & 1 deletion frontend/cypress/pages/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HomePage {
goToBatchOrderEntry() {
this.openNavigationMenu();
cy.get("#menu_sample").click();
cy.get('#menu_sample_batch_entry').click();
cy.get("#menu_sample_batch_entry").click();
return new BatchOrderEntry();
}

Expand Down

0 comments on commit dbc85db

Please sign in to comment.