Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 18, 2024
1 parent ec881f4 commit bc4b6d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions panel/tests/ui/pane/test_perspective.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ def test_perspective_click_event(page):
perspective.on_click(lambda e: events.append(e))

serve_component(page, perspective)
page.wait_for_timeout(1000)

page.locator('tr').nth(3).click()
page.locator('.pnx-perspective-viewer').locator('tr').nth(4).locator('td').nth(3).click(force=True)

wait_until(lambda: len(events) == 1, page)

Expand Down

0 comments on commit bc4b6d1

Please sign in to comment.