ant-design-blazor/tests
abdelkrim boutkhil 6b0e9cb153 fix(module: badge): preset color of ribbon (#791)
* Fix ribbon syle

Text color was same as background color.

* Ribbon documentation

Added two ribbon examples with color set (preset and custom)

* fix : badgeribbon html content

Html content must be the same as in the react version

* revert changes

We don't change less files. They are copied from react version.

* revert

* tests: fix badgeribbon unit tests

Modified expected html to match markup from react version.

* Update tests/badge/RibbonTests.cs

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-11-17 16:38:32 +08:00
..
$Recorded fix(module: switch): loading icon has a little shift (#766) 2020-11-12 15:39:58 +08:00
badge fix(module: badge): preset color of ribbon (#791) 2020-11-17 16:38:32 +08:00
button fix(module: button): allows type and shape to change (#564) 2020-09-03 06:02:30 +08:00
Core refactor(module: all): separate the normal and template parameters (#552) 2020-09-16 13:58:16 +08:00
grid test(module: grid): added rendering tests for properties of columns (#747) 2020-10-31 10:43:20 +08:00
Properties test(button): add some button tests (#460) 2020-08-05 17:06:14 +08:00
table fix(module: switch): loading icon has a little shift (#766) 2020-11-12 15:39:58 +08:00
tabs feat(module: tabs): add support to ForceRender (#589) 2020-09-11 14:37:38 +08:00
AntDesign.Tests.csproj chore: add .NET 5 target framework to all projects (#758) 2020-11-14 23:44:48 +08:00
AntDesignTestBase.cs refactor(module: all): separate the normal and template parameters (#552) 2020-09-16 13:58:16 +08:00
RecordedTestExtensions.cs refactor: replace IdGeneratorHelper with DI service that can be replaced by user (#664) 2020-10-10 15:31:32 +08:00
TestNavigationManager.cs test(button): add some button tests (#460) 2020-08-05 17:06:14 +08:00