debian-image-builder-frontend/src/test/Components/CreateImageWizard
Michal Gold 88dd0880c8 Wizard: Add tooltip explaining password visibility in edit mode
When editing a blueprint, password fields show an eye icon that appears
clickable but is actually disabled for security reasons (passwords cannot
be retrieved from the backend). This creates confusing UX where users
expect the icon to work but it doesn't respond.

This change adds a tooltip that appears when hovering over the disabled
eye button, explaining that "Passwords cannot be viewed when editing a
blueprint for security reasons."

The fix wraps the disabled button in a span element to ensure the tooltip
triggers properly, as disabled buttons don't receive mouse events.

Also adds unit test to verify the tooltip functionality

Fixes #3303

🤖 Generated with AI
2025-08-04 14:06:13 +00:00
..
steps Wizard: Add tooltip explaining password visibility in edit mode 2025-08-04 14:06:13 +00:00
CreateImageWizard.test.tsx src: Remove more data-testids 2025-07-15 16:51:29 +00:00
EditImageWizard.test.tsx test: Update Edit wizard test 2024-09-16 12:14:34 +02:00
wizardTestUtils.tsx src: Remove more data-testids 2025-07-15 16:51:29 +00:00