Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/handbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,13 @@ jobs:
- name: Stage web e2e baselines from web repo
env:
WEB_DIR: _web-checkout
# RealUnitCH/web commits 18 Playwright visual baselines under
# RealUnitCH/web commits 22 Playwright visual baselines under
# tests/__screenshots__/{desktop-chromium,tablet-chromium,mobile-safari}/.
# `-ne` below fails the build on ANY drift (add OR remove) so a change
# to the committed set upstream requires an explicit bump here AND a
# matching card edit in docs/handbook/de/index.html (#spec-web) in the
# SAME change — same guard rationale as the api steps above.
EXPECTED_WEB_BASELINE_COUNT: 18
EXPECTED_WEB_BASELINE_COUNT: 22
run: |
set -euo pipefail

Expand Down
70 changes: 70 additions & 0 deletions docs/handbook/de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8183,6 +8183,76 @@ <h3>Adressbestätigung — ungültiger Link <a class="src" href="https://github.
</div>
</div>

<h3>Adressbestätigung — keine Wallet-Registrierung <a class="src" href="https://github.com/RealUnitCH/web/tree/develop/tests/__screenshots__" title="Quelle: tests/__screenshots__/">↗</a></h3>
<div class="tests cols-2">
<div class="test" id="web-confirm-no-registration-desktop-de">
<div class="head">
<a class="name permalink" href="#web-confirm-no-registration-desktop-de">web-confirm-no-registration-desktop-de</a>
<button class="copy-link" type="button" data-target="web-confirm-no-registration-desktop-de" title="Direkt-Link kopieren" aria-label="Direkt-Link kopieren">🔗 Link</button>
<span class="src">desktop-chromium/confirm-no-registration.png</span>
</div>
<div class="img">
<img
src="../web/desktop-chromium/confirm-no-registration.png"
alt="Keine Wallet-Registrierung — Desktop (DE)"
/>
</div>
<div class="desc">
Zustand, wenn die E-Mail-Adresse bestätigt ist, aber keine
Wallet-Registrierung zum Link gefunden wurde — permanenter
Zustand ohne Retry, Desktop, Deutsch.
</div>
</div>
<div class="test" id="web-confirm-no-registration-desktop-en">
<div class="head">
<a class="name permalink" href="#web-confirm-no-registration-desktop-en">web-confirm-no-registration-desktop-en</a>
<button class="copy-link" type="button" data-target="web-confirm-no-registration-desktop-en" title="Direkt-Link kopieren" aria-label="Direkt-Link kopieren">🔗 Link</button>
<span class="src">desktop-chromium/confirm-no-registration-en.png</span>
</div>
<div class="img">
<img
src="../web/desktop-chromium/confirm-no-registration-en.png"
alt="No wallet registration found — Desktop (EN)"
/>
</div>
<div class="desc">
Derselbe Zustand auf Englisch.
</div>
</div>
<div class="test" id="web-confirm-no-registration-tablet">
<div class="head">
<a class="name permalink" href="#web-confirm-no-registration-tablet">web-confirm-no-registration-tablet</a>
<button class="copy-link" type="button" data-target="web-confirm-no-registration-tablet" title="Direkt-Link kopieren" aria-label="Direkt-Link kopieren">🔗 Link</button>
<span class="src">tablet-chromium/confirm-no-registration.png</span>
</div>
<div class="img">
<img
src="../web/tablet-chromium/confirm-no-registration.png"
alt="Keine Wallet-Registrierung — Tablet"
/>
</div>
<div class="desc">
Zustand im Tablet-Layout.
</div>
</div>
<div class="test" id="web-confirm-no-registration-mobile">
<div class="head">
<a class="name permalink" href="#web-confirm-no-registration-mobile">web-confirm-no-registration-mobile</a>
<button class="copy-link" type="button" data-target="web-confirm-no-registration-mobile" title="Direkt-Link kopieren" aria-label="Direkt-Link kopieren">🔗 Link</button>
<span class="src">mobile-safari/confirm-no-registration.png</span>
</div>
<div class="img">
<img
src="../web/mobile-safari/confirm-no-registration.png"
alt="Keine Wallet-Registrierung — Mobile"
/>
</div>
<div class="desc">
Zustand in der Mobile-Ansicht.
</div>
</div>
</div>

<h3>Adressbestätigung — Dienst nicht verfügbar <a class="src" href="https://github.com/RealUnitCH/web/tree/develop/tests/__screenshots__" title="Quelle: tests/__screenshots__/">↗</a></h3>
<div class="tests cols-2">
<div class="test" id="web-confirm-unavailable-desktop-de">
Expand Down
Loading