Skip to content

Commit

Permalink
fix: failing platform table p13 e2e (#12742)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 authored Nov 21, 2024
1 parent ad29390 commit 824986c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/docs/platform/table/e2e/table.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export class TablePo extends PlatformBaseComponentPo {
async checkSortingColumns(selector: string, transparentButton: string, index: number = 0): Promise<void> {
await scrollIntoView(selector);
await click(selector + transparentButton, index);
await waitForElDisplayed('fd-dialog-body .fd-list');
await click(this.dialogMoveToBottom);
await click(this.dialogItem);
await click(this.footerButtonOk);
Expand Down

0 comments on commit 824986c

Please sign in to comment.