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 c1c7ab0 commit 20f6e29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/docs/platform/table/e2e/table.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ export class TablePo extends PlatformBaseComponentPo {

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

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

0 comments on commit 20f6e29

Please sign in to comment.