Skip to content

Commit

Permalink
Merge branch '4.3-dev' into add_ldap_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Sep 15, 2022
2 parents df4d1e8 + 72ec7d0 commit 720e7c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/com_users.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COM_USERS_PROFILE_EDIT_DEFAULT_TITLE="Edit User Profile"
COM_USERS_PROFILE_VIEW_DEFAULT_DESC="Displays a user profile."
COM_USERS_PROFILE_VIEW_DEFAULT_OPTION="User Profile"
COM_USERS_PROFILE_VIEW_DEFAULT_TITLE="User Profile"
COM_USERS_REGISTRATION_VIEW_DEFAULT_DESC="Displays a registration form."
COM_USERS_REGISTRATION_VIEW_DEFAULT_DESC="Displays a registration form. Allow User Registration must be enabled in the user options."
COM_USERS_REGISTRATION_VIEW_DEFAULT_OPTION="Default"
COM_USERS_REGISTRATION_VIEW_DEFAULT_TITLE="Registration Form"
COM_USERS_REMIND_VIEW_DEFAULT_DESC="Displays a username reminder request."
Expand Down
6 changes: 5 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost/',
specPattern: 'tests/cypress/integration/**/*.cy.{js,jsx,ts,tsx}',
specPattern: [
'tests/cypress/integration/install/*.cy.{js,jsx,ts,tsx}',
'tests/cypress/integration/administrator/**/*.cy.{js,jsx,ts,tsx}',
'tests/cypress/integration/site/**/*.cy.{js,jsx,ts,tsx}'
],
supportFile: 'tests/cypress/support/index.js',
scrollBehavior: 'center',
browser: 'firefox',
Expand Down

0 comments on commit 720e7c2

Please sign in to comment.