Skip to content
Snippets Groups Projects

fix #3240807 : Crop type delete form doesn't warn of deleting dependent config such as image styles

Open fix #3240807 : Crop type delete form doesn't warn of deleting dependent config such as image styles
1 unresolved thread
Open drdam requested to merge issue/crop-3240807:8.x-2.x into 8.x-2.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
146 146 $this->assertSession()->linkExists('Test image style');
147 147 $this->clickLink(t('Delete'));
148 148 $this->assertSession()->pageTextContains(t('Are you sure you want to delete the crop type @name?', ['@name' => $edit['label']]));
149 // Tests if the user is warned that CROP is used in other configurations.
150 $this->assertSession()->pageTextContains(t('Test image style', ['@name' => $edit['label']]));
  • drdam added 1 commit
  • Please register or sign in to reply
    Loading