gui/collects/tests/gracket/checkbox-steps.txt
Eli Barzilay 3efca9178e Rename "collects/tests/mred" -> ".../gracket".
Some additional mred-related tweaks.

original commit: fcedc30ee4787d955adab3e0e656332812685e25
2010-05-17 01:44:27 -04: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.