Skip to content

Commit

Permalink
chore: improve for proprietary (#6479)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jan 18, 2024
1 parent 9bef39d commit 615dde7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ export class TuiDocumentationApiPagePO {

const wrapper = this.page.locator('tui-doc-page');
const hideElements = [
wrapper.locator('header'),
...(await wrapper
.locator(`header:not(.t-content > *:not(tui-doc-demo)${hasNot} header)`)
.all()),
...(await wrapper
.locator(`> .t-content > *:not(tui-doc-demo)${hasNot}`)
.all()),
Expand Down

0 comments on commit 615dde7

Please sign in to comment.