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 21a48ba commit 715a373Copy full SHA for 715a373
1 file changed
test/UnitTest/Components/UploadCardTest.cs
@@ -161,7 +161,7 @@ public void AllowExtensions_Ok()
161
new() { FileName = "test.dba" }
162
]);
163
});
164
- cut.Contains("<span>test.dba</span>");
+ cut.Contains("<span>test.dba</span><span class=\"file-size-view\">(0 B)</span>");
165
166
cut.Render(pb =>
167
{
@@ -170,7 +170,7 @@ public void AllowExtensions_Ok()
170
new() { File = new MockBrowserFile("demo.dba") }
171
172
173
- cut.Contains("<span>demo.dba</span>");
+ cut.Contains("<span>demo.dba</span><span class=\"file-size-view\">(0 B)</span>");
174
}
175
176
[Fact]
0 commit comments