fix ca trust test and snek high score

This commit is contained in:
Matt Hill
2024-06-25 10:54:09 -06:00
parent 8009dd691b
commit 0c188f6d10
7 changed files with 31 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ export class CAWizardComponent {
private async testHttps() {
const url = `https://${this.document.location.host}${this.relativeUrl}`
await this.api.getState().then(() => {
await this.api.echo({ message: 'ping' }, url).then(() => {
this.caTrusted = true
})
}