Add FocusChange Test
Verify that the focused activity loses focus when the Assistant is shown.

Bug: 21668302

Change-Id: Iead210619b0a613c1ea43600a3e839ab36d63ef8
diff --git a/tests/expectations/knownfailures.txt b/tests/expectations/knownfailures.txt
index f15f6b0..99d1d42 100644
--- a/tests/expectations/knownfailures.txt
+++ b/tests/expectations/knownfailures.txt
@@ -306,9 +306,10 @@
 {
   description: "New assist tests that do not yet have a track record.",
   names: [
-    "android.assist.cts.ScreenshotTest",
+    "android.assist.cts.AssistantContentViewTest",
     "android.assist.cts.ExtraAssistDataTest",
-    "android.assist.cts.AssistantContentViewTest"
+    "android.assist.cts.FocusChangeTest",
+    "android.assist.cts.ScreenshotTest"
   ],
   bug: 21668302
 }