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 cb8fd59 commit 4f6a39aCopy full SHA for 4f6a39a
test/UnitTest/Components/StepTest.cs
@@ -37,6 +37,8 @@ public void Step_Items()
37
38
body = cut.FindAll(".step-body-item");
39
Assert.Empty(body);
40
+
41
+ Assert.Equal(0, cut.Instance.CurrentStepIndex);
42
}
43
44
[Fact]
0 commit comments