Commit 55f9e6c7 authored by Reda Tawfik's avatar Reda Tawfik Committed by Commit Bot

Enable AllPasswordsBottomSheetViewTest#testCredentialsChangedByModel

This CL re-enables `testCredentialsChangedByModel` as the problem is
fixed in https://chromium-review.googlesource.com/c/chromium/src/+/2405581

Bug: 1127200, 1127433
Change-Id: I058480287e78b378de023dfe4ca066a944ad26ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2408756Reviewed-by: default avatarFriedrich [CET] <fhorschig@chromium.org>
Commit-Queue: Reda Tawfik <redatawfik@google.com>
Cr-Commit-Position: refs/heads/master@{#806619}
parent 97b64ae0
......@@ -28,7 +28,6 @@ import org.mockito.MockitoAnnotations;
import org.chromium.base.Callback;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.browser.app.ChromeActivity;
import org.chromium.chrome.browser.flags.ChromeFeatureList;
import org.chromium.chrome.browser.flags.ChromeSwitches;
......@@ -102,7 +101,6 @@ public class AllPasswordsBottomSheetViewTest {
@Test
@MediumTest
@DisabledTest(message = "https://crbug.com/1127433")
public void testCredentialsChangedByModel() {
TestThreadUtils.runOnUiThreadBlocking(() -> {
mAllPasswordsBottomSheetView.setVisible(true);
......
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