Skip to content
Snippets Groups Projects

Issue #3354809: Drupal 10 compatibility: Fix BDD error when deleting a user to support drupal/core:^10

Merged Issue #3354809: Drupal 10 compatibility: Fix BDD error when deleting a user to support drupal/core:^10
Merged Yas Naoi requested to merge issue/cloud-3354809:3354809-fix-BDD-error into 6.x
4 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -30,6 +30,7 @@ Feature: Delete the created Drupal resources as "Administrator"
And I should see "{{ user_name }}"
When I check the box "{{ user_name }}"
And I select "Cancel the selected user account(s)" from "Action"
And I select "Apply to selected items"
And I press "Apply to selected items"
# The message of the option is altered by https://www.drupal.org/i/3313552.
And I select the radio button "Delete the account and its content. Entities provided by Cloud modules are reassigned to Anonymous user. This action cannot be undone."
Loading