mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-11 19:08:08 -04:00
Fix xpath selector for files space table
This commit is contained in:
@@ -75,7 +75,7 @@ module.exports = {
|
||||
selector: '#account-info-container'
|
||||
},
|
||||
fileTableHeaderItems: {
|
||||
selector: '//*[@id="files-personal-table"]//th[not(.//div)]',
|
||||
selector: '//*[@id="files-space-table"]//th[not(.//div)]',
|
||||
locateStrategy: 'xpath'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user