commit | d0767c86ffeffa27b746a8793ab96baa9b978893 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Wed Jul 14 14:54:24 2021 -0700 |
committer | Vadim Tryshev <vadimt@google.com> | Wed Jul 14 22:11:39 2021 +0000 |
tree | 7ea83ca09cc4734189da55a34c001d483610ca2b | |
parent | 3c4f60900dbc03a602fb6f05748d16f0a114e42f [diff] |
Making it clear that the diagnosed state is the final, current one Test: presubmit Bug: 187761685 Change-Id: I739a0b9158518a3495b5df7010a0641ed8db8506
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 42f9cb8..1b8adef 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -505,7 +505,7 @@ checkForAnomaly(); Assert.fail(formatSystemHealthMessage(formatErrorWithEvents( "http://go/tapl test failure:\nContext: " + getContextDescription() - + " - visible state is " + getVisibleStateMessage() + + " => resulting visible state is " + getVisibleStateMessage() + ";\nDetails: " + message, true))); }