Status Page E2E spec (#5068)

This commit is contained in:
Shaun
2024-08-31 20:20:55 -04:00
committed by GitHub
parent ba46945ea9
commit c567e8eb8e
9 changed files with 185 additions and 48 deletions

View File

@@ -105,7 +105,7 @@
<!-- URL -->
<div v-if="monitor.type === 'http' || monitor.type === 'keyword' || monitor.type === 'json-query' || monitor.type === 'real-browser' " class="my-3">
<label for="url" class="form-label">{{ $t("URL") }}</label>
<input id="url" v-model="monitor.url" type="url" class="form-control" pattern="https?://.+" required>
<input id="url" v-model="monitor.url" type="url" class="form-control" pattern="https?://.+" required data-testid="url-input">
</div>
<!-- gRPC URL -->