gui/collects/tests/gracket/button-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

12 lines
372 B
Plaintext

Click the "Hit Me" button. "Callback Ok" should appear in the console.
Click "Check". "All Ok" should appear in the console.
Repeat the above two steps.
Click "Disable Test" and quickly click "Hit Me". The button should
become disabled for a second, then become re-enabled, but the
click on "Hit Me" should not invoke the callback.
Repeat the first two steps above.