trait AssertButtonsTrait (View source)

deprecated in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\node\Functional\AssertButtonsTrait instead.

Asserts that buttons are present on a page.

Methods

assertButtons(array $buttons, bool $dropbutton = TRUE)

Assert method to verify the buttons in the dropdown element.

Details

assertButtons(array $buttons, bool $dropbutton = TRUE)

Assert method to verify the buttons in the dropdown element.

Parameters

array $buttons

A collection of buttons to assert for on the page.

bool $dropbutton

Whether to check if the buttons are in a dropbutton widget or not.