Skip to content

Commit 05a16cc

Browse files
#RI-5791 - fix test
1 parent 9e0b1f9 commit 05a16cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/rdi/home/RdiPage.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ describe('RdiPage', () => {
206206
)
207207
})
208208

209-
it('should pass password when password did not changed', async () => {
209+
it('should not pass password when password did not changed', async () => {
210210
render(<RdiPage />)
211211

212212
fireEvent.click(screen.getByTestId('edit-instance-1'))

0 commit comments

Comments
 (0)