Skip to content

Commit

Permalink
#vars_mail_admin has been deleted in 1.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 27, 2024
1 parent df8fb68 commit c661ae3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/1-install.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ describe('Install MyAAC', () => {
cy.contains('Basic configuration');

cy.get('#vars_server_path').click().clear().type(Cypress.env('SERVER_PATH'))
cy.get('#vars_mail_admin').click().clear().type('noone@example.net')

cy.get('[type="checkbox"]').uncheck() // usage statistics uncheck

Expand Down

0 comments on commit c661ae3

Please sign in to comment.