Skip to content

Commit

Permalink
Removing Unnecessary Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidSumra committed Nov 7, 2024
1 parent 7f8a699 commit 641137a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/sample_test_spec/SampleTestRequest.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ describe("Sample Test", () => {
const patientPage = new PatientPage();
const loginPage = new LoginPage();
const patientConsultationPage = new PatientConsultationPage();

const patientName = "Dummy Patient 11";
const sampleTestType = "BA/ETA";
const icmrCategory = "Cat 0";
Expand Down

0 comments on commit 641137a

Please sign in to comment.