Skip to content

Commit 58aa6f0

Browse files
fix test
1 parent b8dc719 commit 58aa6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('InlineItemEditor', () => {
112112
/>
113113
)
114114

115-
expect(screen.getByTestId('apply-btn')).not.toBeDisabled()
115+
expect(screen.getByTestId('apply-btn')).toBeDisabled()
116116

117117
fireEvent.submit(screen.getByTestId(INLINE_ITEM_EDITOR))
118118

0 commit comments

Comments
 (0)