Skip to content

Commit

Permalink
[ACS-6666] Deleted unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
datguychen committed Feb 5, 2024
1 parent eaad3cc commit 20fe63b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,4 @@ export class DataTableComponent extends BaseComponent {
await this.paginationButton.click();
await this.paginationOptions.getByText("50").click();
}

async checkNodeVisibility(folderName: string): Promise<void> {
if (!this.getRowByName(folderName).isVisible) {
await this.page.reload({waitUntil:"load"});
}
}
}

0 comments on commit 20fe63b

Please sign in to comment.