We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c3b55 commit 60d29bbCopy full SHA for 60d29bb
1 file changed
test/UnitTest/Components/UploadAvatarTest.cs
@@ -76,8 +76,8 @@ await cut.InvokeAsync(() => input.Instance.OnChange.InvokeAsync(new InputFileCha
76
new()
77
})));
78
79
- // call preview
80
- await cut.InvokeAsync(() => cut.Instance.Preview());
+ // call preview // without using reflection, it is not possible to obtain the actual runtime values.
+ await cut.InvokeAsync(() => cut.Instance.Preview(""));
81
82
// upload-item-delete
83
var button = cut.Find(".upload-item-delete");
0 commit comments