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 4faa3fb commit fbdc903Copy full SHA for fbdc903
test/UnitTest/Components/ErrorLoggerTest.cs
@@ -122,7 +122,9 @@ public void OnErrorHandleAsync_Tab()
122
cut.Contains("errorLogger-click");
123
var button = cut.Find("button");
124
button.TriggerEvent("onclick", EventArgs.Empty);
125
- cut.Contains("<div class=\"modal-body\"><div class=\"error-stack\">TimeStamp:");
+
126
+ // TabItem 内显示异常信息
127
+ cut.Contains("error-stack");
128
}
129
130
[Fact]
0 commit comments