cypress/pageObject/Patients/PatientPrescription.ts
Showing 1 of 1 total issue
Function addMedication
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
addMedication(details: MedicationDetails) { const { medicineName, dosage, frequency, instructions, notes } = details; if (medicineName) { cy.typeAndSelectOption(
- Create a ticketCreate a ticket