You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newStep(o =>{},newStepTitle("Given a normal length title"),false,ExecutionOrder.SetupState,true,newList<StepArgument>()),
55
-
newStep(o =>{},newStepTitle("When something of normal length happens"),false,ExecutionOrder.Transition,true,newList<StepArgument>()),
56
-
newStep(o =>{},newStepTitle("Then some long state should be: #Title\r\n\r\nSome more stuff which is quite long on the second line\r\n\r\nAnd finally another really long line"),
54
+
newStep(o =>null,newStepTitle("Given a normal length title"),false,ExecutionOrder.SetupState,true,newList<StepArgument>()),
55
+
newStep(o =>null,newStepTitle("When something of normal length happens"),false,ExecutionOrder.Transition,true,newList<StepArgument>()),
56
+
newStep(o =>null,newStepTitle("Then some long state should be: #Title\r\n\r\nSome more stuff which is quite long on the second line\r\n\r\nAnd finally another really long line"),
0 commit comments