File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/ExecutableRequirements-Toplo-Example Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1013,6 +1013,18 @@ ExReqToploLoginRequirements >> capella_requirement_3 [
10131013 addStepOnAST: (ExReqToploLoginWidget >> #loginAction ) ast
10141014 withPostcondition: [ :obj :args |
10151015 obj loginStatusContainer isVisible ] ];
1016+ addVerification: [ :verif |
1017+ verif
1018+ addStepOnAST: (ExReqToploLoginWidget >> #loginAction ) ast
1019+ withPrecondition: [ :obj |
1020+ obj loginStatusContainer isVisible not ].
1021+ verif
1022+ addStepOnAST:
1023+ ((ExReqToploLoginWidget >> #loginAction ) ast allChildren select: #isSequence ) last.
1024+ verif
1025+ addStepOnAST: (ExReqToploLoginWidget >> #loginAction ) ast
1026+ withPostcondition: [ :obj :args |
1027+ obj loginStatusContainer isVisible ] ];
10161028 yourself
10171029]
10181030
You can’t perform that action at this time.
0 commit comments