web/multinode: update test snapshots
Change-Id: I8a7adeba1b48c754dc50e68c479f89903cd98486
This commit is contained in:
parent
2d3c40fd71
commit
1ff2e1a474
@ -5,7 +5,7 @@
|
||||
<info-block>
|
||||
<div class="payouts-history-block" slot="body">
|
||||
<h3 class="payouts-history-block__title">Payout History</h3>
|
||||
<v-button class="payouts-history-block__button" label="Download" :is-white="true" width="100%" :on-press="() => {}" />
|
||||
<v-button class="payouts-history-block__button" label="Download" :is-white="true" width="100%" />
|
||||
</div>
|
||||
</info-block>
|
||||
</template>
|
||||
|
@ -4,10 +4,7 @@ exports[`PayoutHistoryBlock renders correctly 1`] = `
|
||||
<info-block-stub>
|
||||
<div class="payouts-history-block">
|
||||
<h3 class="payouts-history-block__title">Payout History</h3>
|
||||
<v-button-stub label="Download" width="100%" height="48px" iswhite="true" onpress="function () {
|
||||
/* istanbul ignore next */
|
||||
cov_1hc5kf5lze.f[3]++;
|
||||
}" class="payouts-history-block__button"></v-button-stub>
|
||||
<v-button-stub label="Download" width="100%" height="48px" iswhite="true" class="payouts-history-block__button"></v-button-stub>
|
||||
</div>
|
||||
</info-block-stub>
|
||||
`;
|
||||
|
@ -13,7 +13,6 @@ exports[`PayoutsPage renders correctly 1`] = `
|
||||
</div>
|
||||
<div class="payouts__right-area">
|
||||
<details-area-stub totalearned="0" totalheld="0" totalpaid="0" period="All time"></details-area-stub>
|
||||
<payout-history-block-stub></payout-history-block-stub>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user