Skip to content

Commit

Permalink
Fix acceptance tests after contrib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 23, 2024
1 parent 647aad4 commit b6095c4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
21 changes: 12 additions & 9 deletions config/sync/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,31 +80,34 @@ display:
clear_on_exposed: true
force_selection_info: false
selected_actions:
5:
action_id: node_assign_owner_action
preconfiguration:
add_confirmation: false
7:
-
action_id: node_clone_action
preconfiguration:
add_confirmation: false
8:
message_override: ''
-
action_id: views_bulk_edit
preconfiguration:
add_confirmation: false
message_override: ''
get_bundles_from_results: true
9:
-
action_id: views_bulk_operations_delete_entity
11:
preconfiguration:
add_confirmation: true
message_override: ''
-
action_id: 'entity:unpublish_action:node'
preconfiguration:
add_confirmation: false
label_override: Unpublish
12:
message_override: ''
-
action_id: 'entity:publish_action:node'
preconfiguration:
add_confirmation: false
label_override: Publish
message_override: ''
title:
id: title
table: node_field_data
Expand Down
4 changes: 3 additions & 1 deletion config/sync/views.view.files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ display:
clear_on_exposed: true
force_selection_info: false
selected_actions:
2:
-
action_id: views_bulk_operations_delete_entity
preconfiguration:
add_confirmation: true
label_override: 'Delete File'
message_override: ''
fid:
id: fid
table: file_managed
Expand Down
2 changes: 1 addition & 1 deletion tests/codeception/acceptance/Media/MediaCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function testDeleteFiles(AcceptanceTester $I) {
$I->canSee('Are you sure you wish to perform');
$I->canSee($this->filePath);
$I->click('Execute action');
$I->canSee('Action processing results: Delete entities');
$I->canSee('Delete entities');
$I->amOnPage('/admin/content/files');
$I->cantSee($this->filePath);

Expand Down

0 comments on commit b6095c4

Please sign in to comment.