File tree Expand file tree Collapse file tree
src/server/plugins/engine/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ describe('GeospatialField', () => {
108108
109109 expect ( result . errors ) . toEqual ( [
110110 expect . objectContaining ( {
111- text : 'Example geospatial must contain at least 1 items '
111+ text : 'Select example geospatial '
112112 } )
113113 ] )
114114 } )
@@ -126,7 +126,7 @@ describe('GeospatialField', () => {
126126
127127 expect ( result . errors ) . toEqual ( [
128128 expect . objectContaining ( {
129- text : 'Example geospatial title must contain at least 1 items '
129+ text : 'Select example geospatial title'
130130 } )
131131 ] )
132132 } )
@@ -235,7 +235,7 @@ describe('GeospatialField', () => {
235235 it ( 'should return errors' , ( ) => {
236236 const errors = field . getAllPossibleErrors ( )
237237 expect ( errors . baseErrors ) . not . toBeEmpty ( )
238- expect ( errors . advancedSettingsErrors ) . not . toBeEmpty ( )
238+ expect ( errors . advancedSettingsErrors ) . toBeEmpty ( )
239239 } )
240240 } )
241241 } )
You can’t perform that action at this time.
0 commit comments