We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53868c6 commit 9c51b71Copy full SHA for 9c51b71
1 file changed
src/ExecutableRequirements-Toplo-Example/ExReqToploLoginRequirements.class.st
@@ -978,7 +978,7 @@ ExReqToploLoginRequirements >> capella_requirement_2 [
978
addVerification: [ :verif |
979
verif
980
addStepOnAST: (ExReqToploLoginWidget >> #loginAction) ast.
981
- verif addStepOnAST: (ExReqToploLoginSimulation >> #authentificateUsername:password:) ast withPrecondition: [ :obj :args |
+ verif addStepOnAST: (ExReqToploLoginSimulation >> #authenticateUsername:password:) ast withPrecondition: [ :obj :args |
982
args size = 2. ]
983
];
984
yourself
0 commit comments