We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d806b commit b1e0d7fCopy full SHA for b1e0d7f
1 file changed
src/ExecutableRequirements-Toplo-Example/ExReqToploLoginRequirements.class.st
@@ -1013,6 +1013,18 @@ ExReqToploLoginRequirements >> capella_requirement_3 [
1013
addStepOnAST: (ExReqToploLoginWidget >> #loginAction) ast
1014
withPostcondition: [ :obj :args |
1015
obj loginStatusContainer isVisible ] ];
1016
+ addVerification: [ :verif |
1017
+ verif
1018
+ addStepOnAST: (ExReqToploLoginWidget >> #loginAction) ast
1019
+ withPrecondition: [ :obj |
1020
+ obj loginStatusContainer isVisible not ].
1021
1022
+ addStepOnAST:
1023
+ ((ExReqToploLoginWidget >> #loginAction) ast allChildren select: #isSequence) last.
1024
1025
1026
+ withPostcondition: [ :obj :args |
1027
+ obj loginStatusContainer isVisible ] ];
1028
yourself
1029
]
1030
0 commit comments