Skip to content
Snippets Groups Projects
Commit 82b1accf authored by Andrei Ivnitskii's avatar Andrei Ivnitskii
Browse files

Issue #3486527 by ivnish, tr: drupalPostAjaxForm() does not exist anymore

parent a27e70b7
No related branches found
No related tags found
1 merge request!122Issue #3486527 by ivnish, tr: drupalPostAjaxForm() does not exist anymore
Pipeline #428589 passed
......@@ -117,25 +117,6 @@ class LinkTypeFieldEntryTest extends FlagTestBase {
$this->doUnflagNode();
}
/**
* Test the flag field entry plugin UI.
*/
public function doFlagUiFieldPlugin() {
$this->drupalGet('admin/structure/flags/add');
$this->submitForm([], 'Continue');
// Update the flag.
$edit = [
'link_type' => 'field_entry',
];
$this->drupalPostAjaxForm(NULL, $edit, 'link_type');
// Check confirm form field entry.
$this->assertSession()->responseContains('Flag confirmation message');
$this->assertSession()->responseContains('Enter flagging details message');
$this->assertSession()->responseContains('Unflag confirmation message');
}
/**
* Create a node type and flag.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment