We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7445447 commit 7bed3bdCopy full SHA for 7bed3bd
1 file changed
src/advanced-settings/setting-card/SettingCard.test.jsx
@@ -92,7 +92,7 @@ describe('<SettingCard />', () => {
92
expect(handleBlur).toHaveBeenCalled();
93
});
94
95
-it('renders in readOnly mode with disabled input', () => {
+ it('renders in readOnly mode with disabled input', () => {
96
render(<RootWrapper readOnly />);
97
const input = screen.getByLabelText(/Setting Name/i);
98
expect(input).toBeDisabled();
0 commit comments