Skip to content

Commit 169a8c4

Browse files
committed
Improving and expanding functionality checks for the workflow_detail page
Signed-off-by: saimedhi <saimedhi@amazon.com>
1 parent 7d84a15 commit 169a8c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/pages/workflow_detail/workflow_detail.test.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jest.mock('../../services', () => {
2323
};
2424
});
2525

26+
jest.setTimeout(10000);
27+
2628
const workflowId = '12345';
2729
const workflowName = 'test_workflow';
2830

0 commit comments

Comments
 (0)