Summary
On the Recommendations tab, when the Provider filter is set to Azure, clicking Create Purchase Plan opens no modal and produces no visible response. The button fires its click handler but nothing happens.
Steps to Reproduce
- Navigate to the Recommendations tab
- Set the Provider filter to Azure
- Click Create Purchase Plan
- Observe: no modal appears, no error shown
Expected Behaviour
Clicking Create Purchase Plan should open either the recommendation selection modal or the plan creation modal, pre-populated with the active Azure filter context.
Notes
The button works correctly when no provider filter is applied. The failure appears specific to the Azure-filtered state. No console errors were observed — the handler likely returns early on an empty selection without surfacing feedback to the user.
🤖 Found via Playwright Azure UX test
Summary
On the Recommendations tab, when the Provider filter is set to Azure, clicking Create Purchase Plan opens no modal and produces no visible response. The button fires its click handler but nothing happens.
Steps to Reproduce
Expected Behaviour
Clicking Create Purchase Plan should open either the recommendation selection modal or the plan creation modal, pre-populated with the active Azure filter context.
Notes
The button works correctly when no provider filter is applied. The failure appears specific to the Azure-filtered state. No console errors were observed — the handler likely returns early on an empty selection without surfacing feedback to the user.
🤖 Found via Playwright Azure UX test