mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 02:22:00 +08:00
fix: breaking tests
This commit is contained in:
parent
4d11cbfb75
commit
c7cca308c3
@ -275,14 +275,16 @@ describe('PipelinePage container test', () => {
|
|||||||
|
|
||||||
it('should have populated form fields when edit pipeline is clicked', async () => {
|
it('should have populated form fields when edit pipeline is clicked', async () => {
|
||||||
render(
|
render(
|
||||||
<PipelineListsView
|
<PreferenceContextProvider>
|
||||||
setActionType={jest.fn()}
|
<PipelineListsView
|
||||||
isActionMode="editing-mode"
|
setActionType={jest.fn()}
|
||||||
setActionMode={jest.fn()}
|
isActionMode="editing-mode"
|
||||||
pipelineData={pipelineApiResponseMockData}
|
setActionMode={jest.fn()}
|
||||||
isActionType="edit-pipeline"
|
pipelineData={pipelineApiResponseMockData}
|
||||||
refetchPipelineLists={jest.fn()}
|
isActionType="edit-pipeline"
|
||||||
/>,
|
refetchPipelineLists={jest.fn()}
|
||||||
|
/>
|
||||||
|
</PreferenceContextProvider>,
|
||||||
);
|
);
|
||||||
|
|
||||||
// content assertion
|
// content assertion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user