rozetko
2 years ago
1 changed files with 0 additions and 36 deletions
@ -1,36 +0,0 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP |
||||
|
||||
exports[`RemoveCurrentConfigurationButton It renders properly when disabled 1`] = ` |
||||
<body> |
||||
<div> |
||||
<button |
||||
class="css-mk7eo3-button" |
||||
disabled="" |
||||
type="button" |
||||
> |
||||
<span |
||||
class="css-1mhnkuh" |
||||
> |
||||
Remove current configuration |
||||
</span> |
||||
</button> |
||||
</div> |
||||
</body> |
||||
`; |
||||
|
||||
exports[`RemoveCurrentConfigurationButton It renders properly when enabled 1`] = ` |
||||
<body> |
||||
<div> |
||||
<button |
||||
class="css-mk7eo3-button" |
||||
type="button" |
||||
> |
||||
<span |
||||
class="css-1mhnkuh" |
||||
> |
||||
Remove current configuration |
||||
</span> |
||||
</button> |
||||
</div> |
||||
</body> |
||||
`; |
Loading…
Reference in new issue