gui/collects/tests/mred/checkbox-steps.txt
Matthew Flatt d828a12e88 .
original commit: 7d49c8b86fcd18c55322402431e8193611174ab9
1998-07-08 22:01:13 +00:00

22 lines
697 B
Plaintext

Check the "On" checkbox. "Callback Ok" should appear in the console.
Uncheck the "On" checkbox. "Callback Ok" should appear in the console.
Click "Check". "All Ok" should appear in the console.
Repeat the above three steps.
Click "Toggle". The checkbox should become checked.
Click "Toggle". The checkbox should become unchecked.
Check the "On" checkbox. "Callback Ok" should appear in the console.
Click "Toggle". The checkbox should become unchecked.
Repeat the above four steps with "Simulation Toggle" instead of "Toggle".
However, with "Simulation Toggle", "Callback Ok" should be printed
each time "Simulation Toggle" is hit.
Click "Check". "All Ok" should appear in the console.