-
Notifications
You must be signed in to change notification settings - Fork 18
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
Write tests for Animated Button #34
Comments
As a developer, it would be helpful to know that we have not broken any existing features. In order to do this, we want to have as much reasonable test coverage as possible. Acceptance Criteria:
|
Currently, the animated button doesn't work with the solid variant. we should probably test for that as well |
I believe the button is animated properly, the animation is just underwhelming (just applies a box shadow) |
That's the plain button that gets the shadow. The animated button adds a background color (with an animation) on Hover. With the solid variant the background already has that color so nothing changes visually. |
After you start your storybook server you can see it at http://localhost:6006/?path=/story/components-buttons--animated-button&args=buttonVariant:0 |
No description provided.
The text was updated successfully, but these errors were encountered: