Skip to content

Test dashboard search doesn't work #7172

Closed
@marthacryan

Description

@marthacryan

Steps to reproduce:

  • clone plotly.js repo (if you already have it cloned, do a git clean)
  • npm i
  • npm start
  • The mock search doesn't work

This is due to the esbuild changes - #6909. That PR removed the generation of the build/test_dashboard-bundle.js file, which is essential to using the test dashboard.

This wasn't caught when testing that PR (or as we've been continuing development) because the file remained locally, but if you clone the repo, the test dashboard doesn't work anymore.

Activity

emilykl

emilykl commented on Sep 24, 2024

@emilykl
Contributor

Thanks for opening this issue Martha! I ran into this but hadn't gotten around to investigating yet.

The individual mocks can be accessed by typing in the URL directly, but the search is broken.

changed the title [-]Test dashboard doesn't work[/-] [+]Test dashboard search doesn't work[/+] on Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

P2considered for next cycle

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Test dashboard search doesn't work · Issue #7172 · plotly/plotly.js