-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update snatshop to follow UI upgrade
- Loading branch information
Showing
2 changed files
with
66 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 45 additions & 43 deletions
88
src/components/ContactGroups/__snapshots__/ContactGroupManager.spec.jsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,53 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`ContactGroupManager should display the group select 1`] = ` | ||
<div | ||
className="css-1irp0at select--autowidth" | ||
onKeyDown={[Function]} | ||
> | ||
<button | ||
className="styles__c-btn___-2Vnj styles__c-btn--secondary___3Br_N styles__c-btn--small___3ArkI" | ||
onClick={[Function]} | ||
title={null} | ||
type="submit" | ||
<div> | ||
<div | ||
className="css-1irp0at select--autowidth" | ||
onKeyDown={[Function]} | ||
> | ||
<span> | ||
<svg | ||
className="styles__icon___23x3R" | ||
height="16" | ||
style={ | ||
Object { | ||
"fill": "var(--coolGrey)", | ||
<button | ||
className="styles__c-btn___-2Vnj styles__c-btn--secondary___3Br_N styles__c-btn--small___3ArkI" | ||
onClick={[Function]} | ||
title={null} | ||
type="submit" | ||
> | ||
<span> | ||
<svg | ||
className="styles__icon___23x3R" | ||
height="16" | ||
style={ | ||
Object { | ||
"fill": "var(--coolGrey)", | ||
} | ||
} | ||
} | ||
width="16" | ||
> | ||
<use | ||
xlinkHref="#icon-0" | ||
/> | ||
</svg> | ||
<span | ||
className={null} | ||
> | ||
Manage groups | ||
</span> | ||
<svg | ||
className="group-manager__indicator styles__icon___23x3R" | ||
height="16" | ||
style={ | ||
Object { | ||
"fill": "var(--coolGrey)", | ||
width="16" | ||
> | ||
<use | ||
xlinkHref="#icon-0" | ||
/> | ||
</svg> | ||
<span | ||
className={null} | ||
> | ||
Manage groups | ||
</span> | ||
<svg | ||
className="group-manager__indicator styles__icon___23x3R" | ||
height="16" | ||
style={ | ||
Object { | ||
"fill": "var(--coolGrey)", | ||
} | ||
} | ||
} | ||
width="12" | ||
> | ||
<use | ||
xlinkHref="#icon-0" | ||
/> | ||
</svg> | ||
</span> | ||
</button> | ||
width="12" | ||
> | ||
<use | ||
xlinkHref="#icon-0" | ||
/> | ||
</svg> | ||
</span> | ||
</button> | ||
</div> | ||
</div> | ||
`; |