token-wizard/test/components/Common/__snapshots__/StepNavigation.spec.js.snap

94 lines
1.8 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`StepNavigation should render StepNavigation component 1`] = `
<div
className="st-StepNavigation"
>
<a
className="sw-LogoWhite"
href="/"
/>
<div
className="st-StepNavigation_Container"
>
<div
className="st-StepNavigation_StepContainer
active"
>
<div
className="st-StepNavigation_StepCircle"
/>
<div
className="st-StepNavigation_StepLine"
/>
<span
className="st-StepNavigation_StepText"
>
Crowdsale Strategy
</span>
</div>
<div
className="st-StepNavigation_StepContainer
"
>
<div
className="st-StepNavigation_StepCircle"
/>
<div
className="st-StepNavigation_StepLine"
/>
<span
className="st-StepNavigation_StepText"
>
Token Setup
</span>
</div>
<div
className="st-StepNavigation_StepContainer
"
>
<div
className="st-StepNavigation_StepCircle"
/>
<div
className="st-StepNavigation_StepLine"
/>
<span
className="st-StepNavigation_StepText"
>
Crowdsale Setup
</span>
</div>
<div
className="st-StepNavigation_StepContainer
"
>
<div
className="st-StepNavigation_StepCircle"
/>
<div
className="st-StepNavigation_StepLine"
/>
<span
className="st-StepNavigation_StepText"
>
Publish
</span>
</div>
<div
className="st-StepNavigation_StepContainer
"
>
<div
className="st-StepNavigation_StepCircle"
/>
<span
className="st-StepNavigation_StepText"
>
Crowdsale Page
</span>
</div>
</div>
</div>
`;