Skip to content

Commit

Permalink
fix: propertry pane search test case
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith committed Jan 24, 2025
1 parent 16642bd commit 38905b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe("Property Pane Search", { tags: ["@tag.PropertyPane"] }, function () {
});

it("2. Search for Properties", function () {
EditorNavigation.SelectEntityByName("Table1", EntityType.Widget);
// Search for a property inside CONTENT tab
propPane.Search("visible");
propPane.AssertIfPropertyOrSectionExists("general", "CONTENT", "visible");
Expand Down

0 comments on commit 38905b5

Please sign in to comment.