Fix xpath selector for files space table
This commit is contained in:
@@ -75,7 +75,7 @@ module.exports = {
|
|||||||
selector: '#account-info-container'
|
selector: '#account-info-container'
|
||||||
},
|
},
|
||||||
fileTableHeaderItems: {
|
fileTableHeaderItems: {
|
||||||
selector: '//*[@id="files-personal-table"]//th[not(.//div)]',
|
selector: '//*[@id="files-space-table"]//th[not(.//div)]',
|
||||||
locateStrategy: 'xpath'
|
locateStrategy: 'xpath'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user