Skip to content

Commit

Permalink
feat(platform): table filter enhancement
Browse files Browse the repository at this point in the history
closes [#11783](#11783)

## Description

fix table component host spec test
  • Loading branch information
khotcholava committed Nov 29, 2024
1 parent 5c3ed1f commit c1c7ab0
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 409 deletions.
3 changes: 3 additions & 0 deletions libs/docs/platform/table/e2e/table.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ export class TablePo extends PlatformBaseComponentPo {

constructor(public readonly url: string) {
super();
console.log({
url: this.url
});
}

async open(): Promise<void> {
Expand Down
Loading

0 comments on commit c1c7ab0

Please sign in to comment.