| @@ -28,8 +28,9 @@ | ||
| 28 | 28 | }, [attributes.lineHighlights]); |
| 29 | 29 | return ( |
| 30 | 30 | <BaseControl id="code-block-pro-show-highlighting"> |
| 31 | 31 | <CheckboxControl |
| 32 | + data-cy="enable-highlighting" | |
| 32 | 33 | label={__('Enable line highlighting', 'code-block-pro')} |
| 33 | 34 | help={__( |
| 34 | 35 | 'Highlight individual lines to bring attention to specific code.', |
| 35 | 36 | 'code-block-pro', |