diff --git a/cypress.config.dist.js b/cypress.config.dist.js index cb0a261..1cdb906 100644 --- a/cypress.config.dist.js +++ b/cypress.config.dist.js @@ -30,7 +30,7 @@ module.exports = defineConfig({ db_host: 'localhost', db_name: 'test_joomla', db_user: 'root', - db_password: '', + db_password: 'joomla_ut', db_prefix: 'jos_', }, })