web/satellite/tests: Fix snapshots
Fixes snapshot errors caused by 034519a12
(whoops)
Change-Id: I094e3fae270c95ad2fcb500327ab867f3fb1c94b
This commit is contained in:
parent
034519a121
commit
031206e453
@ -5,9 +5,12 @@ exports[`OverviewStep.vue renders correctly 1`] = `
|
||||
<h2 class="overview-area__header">Welcome to Storj DCS</h2>
|
||||
<div class="overview-area__continue__area"><img src="@/../static/images/onboardingTour/continue-bg.png" alt="continue image" class="overview-area__continue__img">
|
||||
<div class="overview-area__continue__text-area">
|
||||
<h3 class="overview-area__continue__header">Continue in Browser</h3>
|
||||
<p class="overview-area__continue__text">Start uploading files in the browser and instantly see how your data gets distributed over our global storage network. You can always use other upload methods later.</p>
|
||||
<div class="overview-area__continue__button container" style="width: 234px; height: 48px;"><span class="label">Continue in Browser</span></div>
|
||||
<div class="overview-area__continue__container">
|
||||
<p class="overview-area__label continue-label server-side-label">Server-Side Encrypted</p>
|
||||
<h3 class="overview-area__continue__header">Continue in Browser</h3>
|
||||
<p class="overview-area__continue__text">Start uploading files in the browser and instantly see how your data gets distributed over our global storage network. You can always use other upload methods later.</p>
|
||||
<div class="overview-area__continue__button container" style="width: 234px; height: 48px;"><span class="label">Continue in Browser</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="overview-area__second-header">More Ways To Upload</h3>
|
||||
@ -27,16 +30,19 @@ exports[`OverviewStep.vue renders correctly 1`] = `
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
<p class="overview-area__label server-side-label">Server-Side Encrypted</p>
|
||||
<h4 class="overview-area__path-section__title">GatewayMT</h4>
|
||||
<p class="overview-area__path-section__text">Backwards S3-Compatible API for uploading data programatically.</p>
|
||||
<div class="overview-area__path-section__button container blue-white" style="height: inherit;"><span class="label">Continue</span></div>
|
||||
</div>
|
||||
<div class="overview-area__path-section"><img src="@/../static/images/onboardingTour/command-line-icon.png" alt="uplink icon">
|
||||
<p class="overview-area__label">End-to-End Encrypted</p>
|
||||
<h4 class="overview-area__path-section__title">Uplink CLI</h4>
|
||||
<p class="overview-area__path-section__text">Natively installed client for interacting with the Storj Network.</p>
|
||||
<div class="overview-area__path-section__button container blue-white" style="height: inherit;"><span class="label">Continue</span></div>
|
||||
</div>
|
||||
<div class="overview-area__path-section"><img src="@/../static/images/onboardingTour/rclone.png" alt="rclone image" class="overview-area__path-section__icon">
|
||||
<p class="overview-area__label">End-to-End Encrypted</p>
|
||||
<h4 class="overview-area__path-section__title">Sync with Rclone</h4>
|
||||
<p class="overview-area__path-section__text">Map your filesystem to the decentralized cloud.</p> <a href="https://docs.storj.io/how-tos/sync-files-with-rclone" target="_blank" rel="noopener noreferrer" class="overview-area__path-section__button">
|
||||
Continue
|
||||
@ -53,9 +59,12 @@ exports[`OverviewStep.vue renders correctly 2`] = `
|
||||
<h2 class="overview-area__header">Welcome to Storj DCS</h2>
|
||||
<div class="overview-area__continue__area"><img src="@/../static/images/onboardingTour/continue-bg.png" alt="continue image" class="overview-area__continue__img">
|
||||
<div class="overview-area__continue__text-area">
|
||||
<h3 class="overview-area__continue__header">Continue in Browser</h3>
|
||||
<p class="overview-area__continue__text">Start uploading files in the browser and instantly see how your data gets distributed over our global storage network. You can always use other upload methods later.</p>
|
||||
<div class="overview-area__continue__button container" style="width: 234px; height: 48px;"><span class="label">Continue in Browser</span></div>
|
||||
<div class="overview-area__continue__container">
|
||||
<p class="overview-area__label continue-label server-side-label">Server-Side Encrypted</p>
|
||||
<h3 class="overview-area__continue__header">Continue in Browser</h3>
|
||||
<p class="overview-area__continue__text">Start uploading files in the browser and instantly see how your data gets distributed over our global storage network. You can always use other upload methods later.</p>
|
||||
<div class="overview-area__continue__button container" style="width: 234px; height: 48px;"><span class="label">Continue in Browser</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="overview-area__second-header">More Ways To Upload</h3>
|
||||
@ -75,16 +84,19 @@ exports[`OverviewStep.vue renders correctly 2`] = `
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
<p class="overview-area__label server-side-label">Server-Side Encrypted</p>
|
||||
<h4 class="overview-area__path-section__title">GatewayMT</h4>
|
||||
<p class="overview-area__path-section__text">Backwards S3-Compatible API for uploading data programatically.</p>
|
||||
<div class="overview-area__path-section__button container blue-white" style="height: inherit;"><span class="label">Continue</span></div>
|
||||
</div>
|
||||
<div class="overview-area__path-section"><img src="@/../static/images/onboardingTour/command-line-icon.png" alt="uplink icon">
|
||||
<p class="overview-area__label">End-to-End Encrypted</p>
|
||||
<h4 class="overview-area__path-section__title">Uplink CLI</h4>
|
||||
<p class="overview-area__path-section__text">Natively installed client for interacting with the Storj Network.</p>
|
||||
<div class="overview-area__path-section__button container blue-white" style="height: inherit;"><span class="label">Continue</span></div>
|
||||
</div>
|
||||
<div class="overview-area__path-section"><img src="@/../static/images/onboardingTour/rclone.png" alt="rclone image" class="overview-area__path-section__icon">
|
||||
<p class="overview-area__label">End-to-End Encrypted</p>
|
||||
<h4 class="overview-area__path-section__title">Sync with Rclone</h4>
|
||||
<p class="overview-area__path-section__text">Map your filesystem to the decentralized cloud.</p> <a href="https://docs.storj.io/how-tos/sync-files-with-rclone" target="_blank" rel="noopener noreferrer" class="overview-area__path-section__button">
|
||||
Continue
|
||||
|
Loading…
Reference in New Issue
Block a user