Skip to content

Commit

Permalink
refactor(test): tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Oct 17, 2019
1 parent 3131189 commit 5f0e25d
Show file tree
Hide file tree
Showing 4 changed files with 766 additions and 123 deletions.
16 changes: 16 additions & 0 deletions src/framework/ui/radio/radio.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ exports[`@radio: matches snapshot default 1`] = `
"color-basic-default": "$color-basic-200",
"color-basic-disabled": "$color-basic-300",
"color-basic-focus": "$color-basic-500",
"color-basic-hover": "$color-basic-200",
"color-basic-transparent-100": "rgba(143, 155, 179, 0.08)",
"color-basic-transparent-200": "rgba(143, 155, 179, 0.16)",
"color-basic-transparent-300": "rgba(143, 155, 179, 0.24)",
Expand All @@ -157,6 +158,7 @@ exports[`@radio: matches snapshot default 1`] = `
"color-danger-default": "$color-danger-500",
"color-danger-disabled": "$color-danger-300",
"color-danger-focus": "$color-danger-700",
"color-danger-hover": "$color-danger-400",
"color-danger-transparent-100": "rgba(255, 61, 113, 0.08)",
"color-danger-transparent-200": "rgba(255, 61, 113, 0.16)",
"color-danger-transparent-300": "rgba(255, 61, 113, 0.24)",
Expand All @@ -176,6 +178,7 @@ exports[`@radio: matches snapshot default 1`] = `
"color-info-default": "$color-info-500",
"color-info-disabled": "$color-info-300",
"color-info-focus": "$color-info-700",
"color-info-hover": "$color-info-400",
"color-info-transparent-100": "rgba(0, 149, 255, 0.08)",
"color-info-transparent-200": "rgba(0, 149, 255, 0.16)",
"color-info-transparent-300": "rgba(0, 149, 255, 0.24)",
Expand All @@ -195,6 +198,7 @@ exports[`@radio: matches snapshot default 1`] = `
"color-primary-default": "$color-primary-500",
"color-primary-disabled": "$color-primary-200",
"color-primary-focus": "$color-primary-700",
"color-primary-hover": "$color-primary-400",
"color-primary-transparent-100": "rgba(51, 102, 255, 0.08)",
"color-primary-transparent-200": "rgba(51, 102, 255, 0.16)",
"color-primary-transparent-300": "rgba(51, 102, 255, 0.24)",
Expand Down Expand Up @@ -223,6 +227,7 @@ exports[`@radio: matches snapshot default 1`] = `
"color-success-default": "$color-success-500",
"color-success-disabled": "$color-success-200",
"color-success-focus": "$color-success-700",
"color-success-hover": "$color-success-400",
"color-success-transparent-100": "rgba(0, 224, 150, 0.08)",
"color-success-transparent-200": "rgba(0, 224, 150, 0.16)",
"color-success-transparent-300": "rgba(0, 224, 150, 0.24)",
Expand Down Expand Up @@ -251,6 +256,7 @@ exports[`@radio: matches snapshot default 1`] = `
"color-warning-default": "$color-warning-500",
"color-warning-disabled": "$color-warning-300",
"color-warning-focus": "$color-warning-700",
"color-warning-hover": "$color-warning-400",
"color-warning-transparent-100": "rgba(255, 170, 0, 0.08)",
"color-warning-transparent-200": "rgba(255, 170, 0, 0.16)",
"color-warning-transparent-300": "rgba(255, 170, 0, 0.24)",
Expand All @@ -269,20 +275,30 @@ exports[`@radio: matches snapshot default 1`] = `
"text-danger-active-color": "$color-danger-active",
"text-danger-color": "$color-danger-default",
"text-danger-disabled-color": "$color-danger-disabled",
"text-danger-focus-color": "$color-danger-focus",
"text-danger-hover-color": "$color-danger-hover",
"text-disabled-color": "$color-basic-500",
"text-hint-color": "$color-basic-600",
"text-info-active-color": "$color-info-active",
"text-info-color": "$color-info-default",
"text-info-disabled-color": "$color-info-disabled",
"text-info-focus-color": "$color-info-focus",
"text-info-hover-color": "$color-info-hover",
"text-primary-active-color": "$color-primary-active",
"text-primary-color": "$color-primary-default",
"text-primary-disabled-color": "$color-primary-disabled",
"text-primary-focus-color": "$color-primary-focus",
"text-primary-hover-color": "$color-primary-hover",
"text-success-active-color": "$color-success-active",
"text-success-color": "$color-success-default",
"text-success-disabled-color": "$color-success-disabled",
"text-success-focus-color": "$color-success-focus",
"text-success-hover-color": "$color-success-hover",
"text-warning-active-color": "$color-warning-active",
"text-warning-color": "$color-warning-default",
"text-warning-disabled-color": "$color-warning-disabled",
"text-warning-focus-color": "$color-warning-focus",
"text-warning-hover-color": "$color-warning-hover",
}
}
>
Expand Down
Loading

0 comments on commit 5f0e25d

Please sign in to comment.