Skip to content

Commit

Permalink
Merge pull request #51 from ucsb-cs48-w20/kyleTests
Browse files Browse the repository at this point in the history
Kyle tests
  • Loading branch information
kylestubbs102 committed Feb 26, 2020
2 parents 7c06f5a + 2398287 commit 8ebaf46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void findActivityTest() throws Exception{
isDisplayed()));
appCompatButton2.perform(click());

TimeUnit.SECONDS.sleep(5);
TimeUnit.SECONDS.sleep(8);

ViewInteraction appCompatButton3 = onView(
allOf(withId(R.id.find), withText("Find"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void messageActivityTest() throws Exception{
isDisplayed()));
appCompatButton2.perform(click());

TimeUnit.SECONDS.sleep(5);
TimeUnit.SECONDS.sleep(8);

ViewInteraction appCompatButton3 = onView(
allOf(withId(R.id.message), withText("Message"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void profileActivityTest() throws Exception{
isDisplayed()));
appCompatButton2.perform(click());

TimeUnit.SECONDS.sleep(5);
TimeUnit.SECONDS.sleep(8);

ViewInteraction appCompatButton4 = onView(
allOf(withId(R.id.profile), withText("Profile"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void shareActivityTest() throws Exception{
isDisplayed()));
appCompatButton2.perform(click());

TimeUnit.SECONDS.sleep(3);
TimeUnit.SECONDS.sleep(8);

ViewInteraction appCompatButton3 = onView(
allOf(withId(R.id.share), withText("Share"),
Expand Down

0 comments on commit 8ebaf46

Please sign in to comment.