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.

InlineDateFieldTestTest.java 465B

12345678910111213141516171819202122
  1. package com.vaadin.tests.components.datefield;
  2. import org.junit.Test;
  3. import com.google.gwt.editor.client.Editor.Ignore;
  4. /**
  5. * Reuse tests from super DateFieldTestTest class.
  6. *
  7. * @author Vaadin Ltd
  8. *
  9. */
  10. public class InlineDateFieldTestTest extends DateFieldTestTest {
  11. @Override
  12. @Test
  13. @Ignore
  14. public void testValueAfterOpeningPopupInRequiredField()
  15. throws InterruptedException {
  16. // no popup for inline date field
  17. }
  18. }