2020-07-29 13:41:40 +00:00
|
|
|
export default function(visitable, creatable, text, tokens, popoverSelect) {
|
2020-06-17 09:25:54 +00:00
|
|
|
return {
|
|
|
|
visit: visitable('/:dc/acls/tokens'),
|
|
|
|
update: text('[data-test-notification-update]'),
|
|
|
|
tokens: tokens(),
|
2020-09-01 18:13:11 +00:00
|
|
|
sort: popoverSelect('[data-test-sort-control]'),
|
2020-06-17 09:25:54 +00:00
|
|
|
...creatable(),
|
|
|
|
};
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|