Create test on email arrival
This commit is contained in:
parent
3867fa36a2
commit
20f5b37e5e
6 changed files with 43 additions and 166 deletions
|
|
@ -30,13 +30,6 @@
|
|||
transactional emails, etc.) for the most accurate results.
|
||||
</div>
|
||||
|
||||
{#if test.status === "received"}
|
||||
<div class="alert alert-success" role="alert">
|
||||
<i class="bi bi-check-circle me-2"></i>
|
||||
Email received! Analyzing...
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="d-flex align-items-center justify-content-center gap-2 text-muted">
|
||||
<div class="spinner-border spinner-border-sm" role="status"></div>
|
||||
<small>Checking for email every 3 seconds...</small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue