Fix xpath selector for files space table

This commit is contained in:
Jannik Stehle
2022-10-11 15:16:15 +02:00
parent bd9eee17f5
commit 5be83e204f

View File

@@ -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'
}
}