Create test on email arrival
This commit is contained in:
parent
f8e6a2f314
commit
bb1dd2a85e
6 changed files with 46 additions and 155 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