allowgeoloc: add translations, fix padding in whereinput, center text in show-map dialog

This commit is contained in:
sedum
2022-11-11 06:01:50 +01:00
parent 537a68f54d
commit 7fdc6ca07f
13 changed files with 245 additions and 30 deletions

View File

@@ -4,11 +4,17 @@ const path = require('path')
const admin = { username: 'admin', password: 'test', grant_type: 'password', client_id: 'self' }
var util= require('util');
var encoder = new util.TextEncoder('utf-8');
jest.useFakeTimers()
let token
let app
let places = []
beforeAll(async () => {
switch (process.env.DB) {
case 'mariadb':
process.env.config_path = path.resolve(__dirname, './seeds/config.mariadb.json')