Fix test executuion error.

This commit is contained in:
Paulo Gustavo Veiga 2022-11-19 15:50:30 -08:00
parent ca0d97da2a
commit 35dc21dea9

View File

@ -32,7 +32,7 @@ class Editor {
}
isMapLoadded(): boolean {
return this.component.isLoaded();
return this.component?.isLoaded();
}
save(minor: boolean): void {