Merge pull request #2187 from owncloud/update-web-v3.3.0

[full-ci] Update web to v3.3.0
This commit is contained in:
Benedikt Kulmann
2021-06-23 16:52:52 +02:00
committed by GitHub
13 changed files with 273 additions and 200 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
"not dead"
],
"peerDependencies": {
"owncloud-design-system": "^6.0.1"
"owncloud-design-system": "^7.4.2"
},
"dependencies": {
"ldapjs": "^2.2.4",
File diff suppressed because one or more lines are too long
@@ -33,7 +33,6 @@ Feature: Set user specific settings
When the user browses to the settings page
And the user changes the language to "English"
And the user browses to the files page
When the user browses to the files page
Then the files menu should be listed in language "English"
Scenario: changing the language only affects one user
@@ -17,14 +17,14 @@ const filesMenu = {
'Todos los archivos',
'Compartido conmigo',
'Compartido con otros',
"Shared via link",
'Shared via link',
'Archivos borrados'
],
Français: [
'Tous les fichiers',
'Partagé avec moi',
'Partagé avec autres',
"Shared via link",
'Shared via link',
'Fichiers supprimés'
]
}
@@ -37,17 +37,17 @@ const accountMenu = {
],
Deutsch: [
'Profil',
'Settings',
'Einstellungen',
'Abmelden'
],
Español: [
'Perfil',
'Ajustes',
'Profile',
'Configuración',
'Salir'
],
Français: [
'Profil',
'Paramètres',
'Settings',
'Se déconnecter'
]
}
@@ -56,7 +56,7 @@ const filesListHeaderMenu = {
English: [
'Name',
'Size',
'Updated',
'Modified',
'Actions'
],
Deutsch: [
@@ -68,7 +68,7 @@ const filesListHeaderMenu = {
Español: [
'Nombre',
'Tamaño',
'Actualizado',
'Modificado',
'Acciones'
],
Français: [
@@ -33,9 +33,8 @@ module.exports = {
})
})
await this
.waitForElementVisible('@userMenuBtn')
.click('@userMenuBtn')
.waitForElementNotVisible('@userMenuContainer')
.waitForElementNotPresent('@userMenuContainer')
return menu
},
getFileHeaderItems: async function () {
@@ -57,10 +56,6 @@ module.exports = {
pageHeader: {
selector: '.oc-page-title'
},
languageValue: {
selector: "//button[@id='single-choice-toggle-profile-language']",
locateStrategy: 'xpath'
},
fileSidebarNavItem: {
selector: '.oc-sidebar-nav-item'
},