Skip to content
Snippets Groups Projects
Commit 37723a56 authored by catch's avatar catch
Browse files

Issue xxxx by catch: Fix capitalization of ID that got missed in a previous commit.

parent 9c5aac97
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -58,7 +58,7 @@ public function testMachineNameOption() {
$this->drupalPostForm('admin/structure/views/nojs/display/test_view/attachment_1/display_id', $edit, 'Apply');
$this->assertLink(t('test_1'));
// Save the view, and test the new id has been saved.
// Save the view, and test the new ID has been saved.
$this->drupalPostForm(NULL, array(), 'Save');
$view = \Drupal::entityManager()->getStorageController('view')->load('test_view');
$displays = $view->get('display');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment