From 7f1cb6fb0e8472376563f5065c81982d6bffa7d7 Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Mon, 23 Oct 2023 11:08:16 -0500 Subject: [PATCH] fix: Improved test comment --- .../components/LandscapeSharedDataVisualization.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/landscape/components/LandscapeSharedDataVisualization.test.js b/src/landscape/components/LandscapeSharedDataVisualization.test.js index c00ac98a16..7f56934fc0 100644 --- a/src/landscape/components/LandscapeSharedDataVisualization.test.js +++ b/src/landscape/components/LandscapeSharedDataVisualization.test.js @@ -257,7 +257,8 @@ test('LandscapeSharedDataVisualization: Display visualization', async () => { 'Custom Label: val11' ); - // Validate fetch input + // Validate api call input to fetch visualization config + // It should contain the owner slug and type const fetchCall = terrasoApi.requestGraphQL.mock.calls[3]; expect(fetchCall[1]).toStrictEqual({ configSlug: 'config-slug',