Skip to content

Commit

Permalink
chore: Update snatshop to follow UI upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jan 23, 2019
1 parent c316c4f commit 7e52d61
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@ exports[`ContactForm should fill form with contact data 1`] = `
>
<svg
className="styles__icon___23x3R"
height="10"
height="12"
style={
Object {
"fill": "var(--coolGrey)",
}
}
width="10"
width="12"
>
<use
xlinkHref="#cross"
xlinkHref="#cross-small"
/>
</svg>
</button>
Expand Down Expand Up @@ -154,16 +154,16 @@ exports[`ContactForm should fill form with contact data 1`] = `
>
<svg
className="styles__icon___23x3R"
height="10"
height="12"
style={
Object {
"fill": "var(--coolGrey)",
}
}
width="10"
width="12"
>
<use
xlinkHref="#cross"
xlinkHref="#cross-small"
/>
</svg>
</button>
Expand All @@ -183,7 +183,7 @@ exports[`ContactForm should fill form with contact data 1`] = `
width="10"
>
<use
xlinkHref="#plus"
xlinkHref="#plus-small"
/>
</svg>
</button>
Expand Down Expand Up @@ -240,16 +240,16 @@ exports[`ContactForm should fill form with contact data 1`] = `
>
<svg
className="styles__icon___23x3R"
height="10"
height="12"
style={
Object {
"fill": "var(--coolGrey)",
}
}
width="10"
width="12"
>
<use
xlinkHref="#cross"
xlinkHref="#cross-small"
/>
</svg>
</button>
Expand Down Expand Up @@ -279,16 +279,16 @@ exports[`ContactForm should fill form with contact data 1`] = `
>
<svg
className="styles__icon___23x3R"
height="10"
height="12"
style={
Object {
"fill": "var(--coolGrey)",
}
}
width="10"
width="12"
>
<use
xlinkHref="#cross"
xlinkHref="#cross-small"
/>
</svg>
</button>
Expand All @@ -308,7 +308,7 @@ exports[`ContactForm should fill form with contact data 1`] = `
width="10"
>
<use
xlinkHref="#plus"
xlinkHref="#plus-small"
/>
</svg>
</button>
Expand Down Expand Up @@ -365,16 +365,16 @@ exports[`ContactForm should fill form with contact data 1`] = `
>
<svg
className="styles__icon___23x3R"
height="10"
height="12"
style={
Object {
"fill": "var(--coolGrey)",
}
}
width="10"
width="12"
>
<use
xlinkHref="#cross"
xlinkHref="#cross-small"
/>
</svg>
</button>
Expand Down Expand Up @@ -404,16 +404,16 @@ exports[`ContactForm should fill form with contact data 1`] = `
>
<svg
className="styles__icon___23x3R"
height="10"
height="12"
style={
Object {
"fill": "var(--coolGrey)",
}
}
width="10"
width="12"
>
<use
xlinkHref="#cross"
xlinkHref="#cross-small"
/>
</svg>
</button>
Expand All @@ -433,7 +433,7 @@ exports[`ContactForm should fill form with contact data 1`] = `
width="10"
>
<use
xlinkHref="#plus"
xlinkHref="#plus-small"
/>
</svg>
</button>
Expand Down
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>
`;

0 comments on commit 7e52d61

Please sign in to comment.