Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Salipa-Gurung committed Jul 3, 2024
1 parent f0378af commit 7f950b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/pageObjects/DicomViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class DicomViewer {
await global.page.locator(util.format(this.elements.resourceNameSelector, filename)).click()
}

async getOverlayPatientName(metadataLocation): Promise<void> {
async getOverlayPatientName(): Promise<void> {
return await global.page
.locator(this.elements.vipMetadataPatientNameSelector)
.first()
Expand Down

0 comments on commit 7f950b4

Please sign in to comment.