File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
redisinsight/ui/src/pages/rdi/pipeline-management/pages Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import { useFormikContext } from 'formik'
3
3
import { cloneDeep } from 'lodash'
4
- import { EuiText } from '@elastic/eui'
5
4
import { AxiosError } from 'axios'
6
5
import { rdiPipelineSelector , setChangedFile , deleteChangedFile } from 'uiSrc/slices/rdi/pipeline'
7
6
import { rdiTestConnectionsSelector } from 'uiSrc/slices/rdi/testConnections'
@@ -191,8 +190,9 @@ describe('Config', () => {
191
190
data : {
192
191
message : (
193
192
< >
194
- < EuiText > Config has an invalid structure.</ EuiText >
195
- < EuiText > end of the stream or a document separator is expected</ EuiText >
193
+ Config has an invalid structure.
194
+ < br />
195
+ end of the stream or a document separator is expected
196
196
</ >
197
197
)
198
198
}
Original file line number Diff line number Diff line change @@ -207,8 +207,9 @@ describe('JobWrapper', () => {
207
207
data : {
208
208
message : (
209
209
< >
210
- < EuiText > JobName has an invalid structure.</ EuiText >
211
- < EuiText > end of the stream or a document separator is expected</ EuiText >
210
+ JobName has an invalid structure.
211
+ < br />
212
+ end of the stream or a document separator is expected
212
213
</ >
213
214
)
214
215
}
You can’t perform that action at this time.
0 commit comments