The storage classes sidebar entry is a button, not a link. Using getByRole('link')
caused the test to fail with 'element not found'. Switch to getByRole('button')
which matches the actual Headlamp sidebar structure.
Also increased timeout from 10s to 15s for consistency with other waits.
Co-Authored-By: Paperclip <noreply@paperclip.ing>