Use constants and constructors in the test

This commit is contained in:
2023-03-13 10:48:38 +10:30
parent b40dd218f1
commit 08e2c1c377
3 changed files with 88 additions and 40 deletions

View File

@@ -105,7 +105,7 @@
if (info.destination) {
this.destination_chosen = info.destination.name;
}
if (this.state != 'choose profile') {
if (this.state != 'Choose Profile') {
this.profile_chosen = true;
}
this.finished = info.finished;