You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MenuBarSmallWidthTest.java 320B

12345678910111213
  1. package com.vaadin.tests.components.menubar;
  2. import com.vaadin.tests.tb3.MultiBrowserTest;
  3. import org.junit.Test;
  4. public class MenuBarSmallWidthTest extends MultiBrowserTest {
  5. @Test
  6. public void noIndexOutOfBoundsExceptionPresent() {
  7. openTestURL("debug");
  8. assertNoErrorNotifications();
  9. }
  10. }