Skip to content

Instantly share code, notes, and snippets.

@omo
Created October 16, 2010 14:26
Show Gist options
  • Save omo/629832 to your computer and use it in GitHub Desktop.
Save omo/629832 to your computer and use it in GitHub Desktop.
information hiding violation
...
target.startRoundFor(new tfil.Round([card1]));
target.startReview();
assertTrue(target.reviewBox_.isVisible());
// here!
tfil.ui.takeAction(target.reviewBox_.scoreBox_.proceedButton_);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment