Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Kumar authored and Pawan Kumar committed Jun 24, 2024
1 parent 75d8ffb commit bcc4bbd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ describe(
);
agHelper
.GetElement(anvilLocators.anvilWidgetNameSelector("Modal1"))
.matchImageSnapshot("anvil/anvilModalMediumSize");
.matchImageSnapshot("anvilModalMediumSize");
propPane.SelectPropertiesDropDown("size", "Small");
agHelper
.GetElement(anvilLocators.anvilWidgetNameSelector("Modal1"))
.matchImageSnapshot("anvil/anvilModalSmallSize");
.matchImageSnapshot("anvilModalSmallSize");
propPane.SelectPropertiesDropDown("size", "Large");
agHelper
.GetElement(anvilLocators.anvilWidgetNameSelector("Modal1"))
.matchImageSnapshot("anvil/anvilModalLargeSize");
.matchImageSnapshot("anvilModalLargeSize");
});
},
);

0 comments on commit bcc4bbd

Please sign in to comment.