Merge pull request #3257 from Platoniq/dashboard-actions-attachments
Dashboard actions attachments
This commit is contained in:
@@ -7,6 +7,15 @@ feature 'Admin dashboard actions' do
|
||||
login_as(admin.user)
|
||||
end
|
||||
|
||||
it_behaves_like "nested documentable",
|
||||
"administrator",
|
||||
"dashboard_action",
|
||||
"new_admin_dashboard_action_path",
|
||||
{ },
|
||||
"documentable_fill_new_valid_dashboard_action",
|
||||
"Save",
|
||||
"Action created successfully"
|
||||
|
||||
context 'when visiting index' do
|
||||
context 'and no actions defined' do
|
||||
before do
|
||||
|
||||
Reference in New Issue
Block a user