-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Radiobutton group] check won't work if uncheck hasn't been called on other options #154
Comments
👋 Hi Paul! Could you provide a small repro or the component with unit test that reproduces the issue so we can investigate? I suspect it might be more from how you set up your test than something weird with ngx-speculoos itself, as it just checks the input and emits the ngx-speculoos/projects/ngx-speculoos/src/lib/test-input.ts Lines 43 to 57 in b2e77d6
|
Hi Cedric Thanks for your responsiveness! If you still have access to our repo, I slacked you a link to the affected file. Not sure how much I should extract to give you the relevant info |
I don't think I have. You can create a new CLI application with just one component and a failing test reproducing the issue (I'm sure someone from the team can help you :) ) and push the application to Github, and we'll take a look. |
Suspecting that this is about ng-bootstrap buttons, I tried to reproduce the issue using the following complete minimal example, but could not: the tests pass fine. Closing due to lack of feedback.
|
My test case: I have a radiobutton group, with two options:
"allStatus" or "inProgressStatus"
The following test will fail
while the following (just inverting uncheck/check) will pass
(thanks for this great library by the way)
The text was updated successfully, but these errors were encountered: