Skip to content

Commit

Permalink
tests: fix wrong expirationField reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Sep 23, 2021
1 parent 536840a commit 85e6b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module.exports = {
if (disabled) {
console.log('WARNING: Cannot change expiration date to disabled value!')
await this.click(
client.page.FilesPageElement.expirationDatePicker().selectors.expirationDateField
client.page.FilesPageElement.sharingDialog().elements.expirationDateField.selector
)
return false
}
Expand Down

0 comments on commit 85e6b4e

Please sign in to comment.