Add sample action to test so hover effect is visible

This commit is contained in:
Dean Herbert 2019-06-03 17:05:35 +09:00
parent dff7053a07
commit 1eab4e179d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ public TestSceneShowMoreButton()
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Action = () => { }
});
AddStep("switch loading state", () => button.IsLoading = !button.IsLoading);