Exemple #1
0
 /**
  * Test that click button tests render properly
  *
  * @since 0.4.0
  *
  * @group group
  * @group front_ui
  *
  */
 public function testClickButton()
 {
     $groups = ingot_tests_data::click_button_group(true, 1, 3);
     $this->check_render($groups);
 }