Unverified Commit c98772f4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3157933 by S_Bhandari: Remove Unused variables from Views UI module

(cherry picked from commit 4e50d880)
parent c68ebfbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ public function testRevertAllDisplays() {
    // Revert the title of the block to the default ones, but submit some new
    // values to be sure that the new value is not stored.
    $edit = [];
    $edit['title'] = $new_block_title = $this->randomMachineName();
    $edit['title'] = $this->randomMachineName();
    $edit['override[dropdown]'] = 'default_revert';

    $this->drupalPostForm("admin/structure/views/nojs/display/{$view['id']}/block_1/title", $edit, t('Apply'));