Skip to content

Commit abd5e58

Browse files
#RI-4813_remove_descripbe.only
1 parent 3700d8d commit abd5e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/home/components/AddInstanceForm/InstanceForm/InstanceForm.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ describe('InstanceForm', () => {
11861186
})
11871187
})
11881188

1189-
describe.only('cloud', () => {
1189+
describe('cloud', () => {
11901190
it('some fields should be readonly if instance data source from cloud', () => {
11911191
(appRedirectionSelector as jest.Mock).mockImplementation(() => ({
11921192
action: UrlHandlingActions.Connect,

0 commit comments

Comments
 (0)