Clean up, add changelog and disable creation form when create is in progress

This commit is contained in:
Lukas Hirt
2020-09-09 16:29:07 +02:00
parent d2234c4a68
commit 361736c123
6 changed files with 113 additions and 104 deletions
@@ -76,7 +76,7 @@ module.exports = {
return this
.waitForElementVisible('@actionsDropdownTrigger')
.click('@actionsDropdownTrigger')
.click('@newAccountButtonConfirm')
.click('@deleteAction')
},
selectUsers: function (usernames) {
@@ -168,6 +168,9 @@ module.exports = {
},
accountsNewAccountTrigger: {
selector: '#accounts-new-account-trigger'
},
deleteAction: {
selector: '#accounts-actions-dropdown-action-delete'
}
}
}