Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Metamer: autocomplete: Add @IssueTracking test into Future group
Browse files Browse the repository at this point in the history
  • Loading branch information
jjamrich committed Apr 15, 2013
1 parent eea47b6 commit ebb854b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -90,7 +90,7 @@ public void prepareProperties() {
autocomplete.clear(ClearType.BACK_SPACE); autocomplete.clear(ClearType.BACK_SPACE);
} }


@Test @Test(groups = "Future")
@IssueTracking("https://issues.jboss.org/browse/RF-11323") @IssueTracking("https://issues.jboss.org/browse/RF-11323")
public void testTypingPrefixAndThenConfirm() throws InterruptedException { public void testTypingPrefixAndThenConfirm() throws InterruptedException {
assertFalse(autocomplete.areSuggestionsAvailable()); assertFalse(autocomplete.areSuggestionsAvailable());
Expand All @@ -102,7 +102,7 @@ public void testTypingPrefixAndThenConfirm() throws InterruptedException {
assertEquals(autocomplete.getInputValue().toLowerCase(), getExpectedStateForPrefix("ala", selectFirst).toLowerCase()); assertEquals(autocomplete.getInputValue().toLowerCase(), getExpectedStateForPrefix("ala", selectFirst).toLowerCase());
} }


@Test @Test(groups = "Future")
@IssueTracking("https://issues.jboss.org/browse/RF-11323") @IssueTracking("https://issues.jboss.org/browse/RF-11323")
public void testTypingPrefixAndThenDeleteAll() { public void testTypingPrefixAndThenDeleteAll() {
assertFalse(autocomplete.areSuggestionsAvailable()); assertFalse(autocomplete.areSuggestionsAvailable());
Expand Down

0 comments on commit ebb854b

Please sign in to comment.