Skip to content

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleknighted committed Jun 9, 2020
1 parent 6d70a7c commit 88f2f26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -26,7 +26,7 @@ exports[`<ProgressBar /> properly renders with bsStyle variant 1`] = `
aria-valuemax="100"
aria-valuemin="0"
aria-valuenow="67"
class="ProgressBar__Bar-fsyx32-1 gAJjMI"
class="ProgressBar__Bar-fsyx32-1 kyzfK"
role="progressbar"
value="67"
/>
Expand Down Expand Up @@ -88,7 +88,7 @@ exports[`<ProgressBar /> properly renders with no props 1`] = `
aria-valuemax="100"
aria-valuemin="0"
aria-valuenow="0"
class="ProgressBar__Bar-fsyx32-1 kZKoqx"
class="ProgressBar__Bar-fsyx32-1 djZbvj"
role="progressbar"
value="0"
/>
Expand Down
Expand Up @@ -138,7 +138,7 @@ exports[`NotificationBadge renders count when there are notifications 1`] = `
"componentStyle": ComponentStyle {
"componentId": "Badge__StyledBadge-sc-4gzqz0-0",
"isStatic": false,
"lastClassName": "gDhrrS",
"lastClassName": "bBrtud",
"rules": Array [
[Function],
],
Expand All @@ -159,12 +159,12 @@ exports[`NotificationBadge renders count when there are notifications 1`] = `
<Badge
bsClass="badge"
bsStyle="danger"
className="Badge__StyledBadge-sc-4gzqz0-0 gDhrrS"
className="Badge__StyledBadge-sc-4gzqz0-0 bBrtud"
id="notification-badge"
pullRight={false}
>
<span
className="Badge__StyledBadge-sc-4gzqz0-0 gDhrrS badge badge-danger"
className="Badge__StyledBadge-sc-4gzqz0-0 bBrtud badge badge-danger"
id="notification-badge"
>
42
Expand Down
Expand Up @@ -77,7 +77,7 @@ exports[`SavedSearchList render the SavedSearchList should render empty 1`] = `
</form>
</div>
<div
class="Alert-sc-1yucn9g-0 cGlfjs SavedSearchList__NoSavedSearches-sc-1r3qvm6-1 gmJDqJ alert alert-info"
class="Alert-sc-1yucn9g-0 gTlUyR SavedSearchList__NoSavedSearches-sc-1r3qvm6-1 gmJDqJ alert alert-info"
role="alert"
>
<svg
Expand Down

0 comments on commit 88f2f26

Please sign in to comment.