1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`AddStorjForm renders correctly 1`] = `
4<div class="add-storj-area">
5  <div class="add-storj-area__selection-container">
6    <p class="add-storj-area__selection-container__label">Deposit STORJ Tokens via Coin Payments</p>
7    <div class="form-container add-storj-area__selection-container__form">
8      <div class="selected-container">
9        <div class="selected-container__label-container">
10          <p class="selected-container__label-container__label">USD $10</p>
11          <div class="selected-container__label-container__svg"><svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg">
12              <path fill-rule="evenodd" clip-rule="evenodd" d="M0.372773 0.338888C0.869804 -0.112963 1.67565 -0.112963 2.17268 0.338888L7 4.72741L11.8273 0.338888C12.3243 -0.112963 13.1302 -0.112963 13.6272 0.338888C14.1243 0.790739 14.1243 1.52333 13.6272 1.97519L7 8L0.372773 1.97519C-0.124258 1.52333 -0.124258 0.790739 0.372773 0.338888Z" fill="#2683FF"></path>
13            </svg></div>
14        </div>
15      </div>
16      <!---->
17      <!---->
18      <!---->
19    </div>
20  </div>
21  <div class="add-storj-area__submit-area">
22    <!---->
23    <div class="confirm-add-storj-button container" style="width: 251px; height: 48px; border-radius: 6px; font-size: 16px;"> <span class="label">Continue to Coin Payments</span></div>
24  </div>
25</div>
26`;
27
28exports[`AddStorjForm renders correctly after continue To Coin Payments click 1`] = `
29<div class="add-storj-area">
30  <div class="add-storj-area__selection-container">
31    <p class="add-storj-area__selection-container__label">Deposit STORJ Tokens via Coin Payments</p>
32    <tokendepositselection-stub paymentoptions="[object Object],[object Object],[object Object],[object Object],[object Object]" class="add-storj-area__selection-container__form"></tokendepositselection-stub>
33  </div>
34  <div class="add-storj-area__submit-area"><img src="@/../static/images/account/billing/loading.gif" alt="loading gif" class="loading-image">
35    <vbutton-stub label="Continue to Coin Payments" width="251px" height="48px" fontsize="16px" borderradius="6px" isdisabled="true" onpress="function () { [native code] }" class="confirm-add-storj-button"></vbutton-stub>
36  </div>
37</div>
38`;
39