Commit 8500fcfa authored by sandromaggi's avatar sandromaggi Committed by Commit Bot

[Autofill Assistant] Re-enable integration test

This test was failing as a result of crbug/1090314. Re-enabling this
test since the cause has been fixed.

Bug: 1090215
Change-Id: I60ec44e694ef35a408712ee8d0d8e725b57a7e36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228838Reviewed-by: default avatarClemens Arbesser <arbesser@google.com>
Commit-Queue: Sandro Maggi <sandromaggi@google.com>
Cr-Commit-Position: refs/heads/master@{#774558}
parent 3d39686e
...@@ -419,7 +419,6 @@ public class AutofillAssistantChromeTabIntegrationTest { ...@@ -419,7 +419,6 @@ public class AutofillAssistantChromeTabIntegrationTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "https://crbug.com/1090215")
public void interactingWithLocationBarHidesAutofillAssistant() { public void interactingWithLocationBarHidesAutofillAssistant() {
ArrayList<ActionProto> list = new ArrayList<>(); ArrayList<ActionProto> list = new ArrayList<>();
list.add((ActionProto) ActionProto.newBuilder() list.add((ActionProto) ActionProto.newBuilder()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment