-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UserTable: tests ignored, proactive regression avoidance around KChec…
…kbox KCheckbox no longer maintains its own internal state, rather, it is just like a fancy button which emits an event that it's been clicked and the parent component must react and update the value it passes to `checked` or `indeterminate` accordingly. These tests rely on KCheckbox to emit its internal state whenever it emits `change` and that no longer is the case given KCheckbox doesn't keep an internal state. I've tweaked some of the conditionals in UserTable that relied on that emitted `checked` value so that they instead get the same information from existing available values.
- Loading branch information
1 parent
ffb0a76
commit 40165ca
Showing
2 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters