You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I think there might be a couple of problems.
That _data_view_ccs.ts test is testing that it can create the Data View from Discover, so I don't think it should be loading a kbnArchive at all? Certainly not one that already has the save data view already created.
Actually, I think there might be a couple of problems. That _data_view_ccs.ts test is testing that it can create the Data View from Discover, so I don't think it should be loading a kbnArchive at all? Certainly not one that already has the save data view already created.
So do you think we need to rewrite this test? I literally just ported it to use CCS but the test always took this form. @LeeDr
Describe the bug:
This test is loading the regular (not CCS) kbnArchive here https://github.com/elastic/kibana/blob/main/test/functional_ccs/apps/discover/_data_view_ccs.ts#L35
and unloading the same regular one here
https://github.com/elastic/kibana/blob/main/test/functional_ccs/apps/discover/_data_view_ccs.ts#L42
I guess we missed these in the review of #124586
The text was updated successfully, but these errors were encountered: