Skip to content

Commit

Permalink
fix: test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanAgarwal041 committed Feb 5, 2025
1 parent 17b39cf commit 64faf86
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ describe(
dataSources._addSuggestedExisting,
);
table.WaitUntilTableLoad(0, 0, "v2");
propPane.ValidatePropertyFieldValue("Table data", "{{ARRAY_RESPONSE.data}}");
propPane.ValidatePropertyFieldValue(
"Table data",
"{{OBJECT_RESPONSE.data.users}}",
);
});
},
);

0 comments on commit 64faf86

Please sign in to comment.