Skip to content

Commit

Permalink
[ACS-5882] 2nd part of fixed issues from pull request comments
Browse files Browse the repository at this point in the history
  • Loading branch information
datguychen committed Feb 5, 2024
1 parent 18ebb48 commit 02fcba4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,4 @@ export class PersonalFilesPage extends BasePage {
await this.contentNodeSelector.selectDestination(destinationName);
await this.contentNodeSelector.actionButton.click();
}

async clickInfoDrawerButton(): Promise<void> {
await this.acaHeader.viewDetails.click();
}
}

0 comments on commit 02fcba4

Please sign in to comment.