Skip to content

Commit

Permalink
modified the api
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 18, 2024
1 parent 9b8a8f8 commit a38fab3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/pageobject/Sample/SampleTestCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ export class SampleTestPage {
}

interceptSampleTestReq(): void {
cy.intercept("GET", "**/api/v1/patient/*/test_sample/**").as(
"sampleDetails",
);
cy.intercept("GET", "**/api/v1/patient/*/test_sample/").as("sampleDetails");
}

verifySampleTestReq(): void {
Expand Down

0 comments on commit a38fab3

Please sign in to comment.