Skip to content

Commit

Permalink
Remove unused test selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jun 22, 2021
1 parent e079a0f commit acdec60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions settings/ui/tests/acceptance/helpers/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,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'
},
Expand Down

0 comments on commit acdec60

Please sign in to comment.