Chore: fix tests
This commit is contained in:
parent
436b99a53a
commit
95c4323630
2 changed files with 4 additions and 1 deletions
|
@ -117,7 +117,6 @@
|
||||||
"it": "Negozi che accettano i cani",
|
"it": "Negozi che accettano i cani",
|
||||||
"ko": "반려견 친화적 상점"
|
"ko": "반려견 친화적 상점"
|
||||||
},
|
},
|
||||||
|
|
||||||
"pointRendering": [
|
"pointRendering": [
|
||||||
{
|
{
|
||||||
"iconBadges+": [
|
"iconBadges+": [
|
||||||
|
|
|
@ -317,6 +317,10 @@ export class OsmPreferences {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Utils.runningFromConsole) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if (this._fakeUser) {
|
if (this._fakeUser) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue