File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
x-pack/plugins/lens/public/app_plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ describe('Lens App', () => {
300300 ] ) ;
301301 } ) ;
302302
303- it . skip ( 'sets originatingApp breadcrumb when the document title changes' , async ( ) => {
303+ it ( 'sets originatingApp breadcrumb when the document title changes' , async ( ) => {
304304 const defaultArgs = makeDefaultArgs ( ) ;
305305 defaultArgs . originatingApp = 'ultraCoolDashboard' ;
306306 defaultArgs . getAppNameFromId = ( ) => 'The Coolest Container Ever Made' ;
@@ -315,11 +315,11 @@ describe('Lens App', () => {
315315 ( defaultArgs . docStorage . load as jest . Mock ) . mockResolvedValue ( {
316316 id : '1234' ,
317317 title : 'Daaaaaaadaumching!' ,
318- expression : 'valid expression' ,
319318 state : {
320319 query : 'fake query' ,
321- datasourceMetaData : { filterableIndexPatterns : [ { id : '1' , title : 'saved' } ] } ,
320+ filters : [ ] ,
322321 } ,
322+ references : [ ] ,
323323 } ) ;
324324 await act ( async ( ) => {
325325 instance . setProps ( { docId : '1234' } ) ;
You can’t perform that action at this time.
0 commit comments