Skip to content

Commit

Permalink
Added db_port in Installation.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
muhme committed Oct 22, 2024
1 parent c59046d commit 5448e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/System/integration/install/Installation.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe('Install Joomla', () => {
email: Cypress.env('email'),
db_type: Cypress.env('db_type'),
db_host: Cypress.env('db_host'),
db_port: Cypress.env('db_port'),
db_user: Cypress.env('db_user'),
db_password: Cypress.env('db_password'),
db_name: Cypress.env('db_name'),
Expand Down

0 comments on commit 5448e57

Please sign in to comment.