Skip to content

Commit 98ab3dd

Browse files
committed
change FoodCategory_Test.cs test content
1 parent 897863d commit 98ab3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selenium/dotnet-uitest/UITest/src/FoodCategory_Test.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ public FoodCategory_Test(ITestOutputHelper output) : base(output)
2727
void Add()
2828
{
2929

30-
string catName = "测试分类";
31-
string catDesc = "测试分类描述";
30+
string catName = "测试添加";
31+
string catDesc = "测试类型添加";
3232
Click(0);
3333
output.WriteLine($"点击添加");
3434
SendKey(1, catName);

0 commit comments

Comments
 (0)