Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit a8a44cc

Browse files
committed
Update PopupTest.cs
1 parent 2677dee commit a8a44cc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace TDesign.Test.Components.Notification;
22
public class PopupTest : TestBase<TPopup>
33
{
4-
[Fact(DisplayName = "Popup - 组件渲染")]
5-
public void Test_Popup_Render()
6-
{
7-
RenderComponent().Should().HaveClass("t-popup");
8-
}
4+
//[Fact(DisplayName = "Popup - 组件渲染")]
5+
//public void Test_Popup_Render()
6+
//{
7+
// RenderComponent().Should().HaveClass("t-popup");
8+
//}
99
}

0 commit comments

Comments
 (0)