Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/tree/filter-view.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test('测试过滤视图', async ({ page }) => {
const preview = page.locator('.pc-demo-container')
const tree = preview.locator('.tiny-tree').nth(0)
const btnPlain = preview.getByText('平铺视图 plain')
const btnHighlight = preview.getByRole('radio', { name: '高亮' })
const btnHighlight = preview.getByRole('radio', { name: '高亮' }).nth(0)
const checkboxs = tree.locator('.tiny-tree__plain-node .tiny-checkbox')
const highlightNodes = tree.locator('.tiny-tree__plain-node .tiny-hl-query-node')
const input = preview.locator('.tiny-input input')
Expand Down
Loading
Loading