dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.91k stars 475 forks source link

[WebToolsE2E][Aspire] The "Health checks" of cache in Resources remained expanded by default after hiding the details. #6756

Open vmykagapuz opened 1 day ago

vmykagapuz commented 1 day ago

REFRESSION INFO

  1. Reproduce in Aspire 9.0.0

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2
  2. Install SDK 9.0.100
  3. Install latest Aspire 9.1.0-preview.1.24570.3
  4. Install Docker/Podman

REPRO STEPS

  1. Create Aspire Starter App with Redis dotnet new aspire-starter --use-redis-cache -o Aspire1
  2. Run the project and navigate to aspire dashboard by clicking the link in CLI dotnet run
  3. Click the cache in Resources page
  4. Hide all the details for Resource, Endpoints, Volumes, Health Checks and Environment variables.
  5. Navigate to other projects in Resources page and go back to cache

ACTUAL The "Health Check" remained expanded by default after hiding the details. Image

EXPECTED The details for "Health Check" should remain hidden just like the other items after hiding it.