Use constants and constructors in the test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user