Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_egtest.mm

Issue 2769963002: Disable 4 reading list tests. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/reading_list/reading_list_egtest.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm b/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm
index 6195877d983dcc15e856d8604c9b76256d74b725..a5fe01ac9eb9f87b47da2175dc9cae0e1b534c82 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm
@@ -349,7 +349,8 @@ id<GREYMatcher> EmptyBackground() {
// Tests that only the "Cancel", "Delete All Read" and "Mark All…" buttons are
// showing when not editing.
-- (void)testVisibleButtonsEditingModeEmptySelection {
+// TODO(crbug.com/704401): Re-enable this test.
+- (void)DISABLED_testVisibleButtonsEditingModeEmptySelection {
AddEntriesAndEnterEdit();
AssertButtonNotVisibleWithID(IDS_IOS_READING_LIST_DELETE_BUTTON);
@@ -364,7 +365,8 @@ id<GREYMatcher> EmptyBackground() {
// Tests that only the "Cancel", "Delete" and "Mark Unread" buttons are showing
// when not editing.
-- (void)testVisibleButtonsOnlyReadEntrySelected {
+// TODO(crbug.com/704401): Re-enable this test.
+- (void)DISABLED_testVisibleButtonsOnlyReadEntrySelected {
AddEntriesAndEnterEdit();
TapEntry(kReadTitle);
@@ -380,7 +382,8 @@ id<GREYMatcher> EmptyBackground() {
// Tests that only the "Cancel", "Delete" and "Mark Read" buttons are showing
// when not editing.
-- (void)testVisibleButtonsOnlyUnreadEntrySelected {
+// TODO(crbug.com/704401): Re-enable this test.
+- (void)DISABLED_testVisibleButtonsOnlyUnreadEntrySelected {
AddEntriesAndEnterEdit();
TapEntry(kUnreadTitle);
@@ -396,7 +399,8 @@ id<GREYMatcher> EmptyBackground() {
// Tests that only the "Cancel", "Delete" and "Mark…" buttons are showing when
// not editing.
-- (void)testVisibleButtonsMixedEntriesSelected {
+// TODO(crbug.com/704401): Re-enable this test.
+- (void)DISABLED_testVisibleButtonsMixedEntriesSelected {
AddEntriesAndEnterEdit();
TapEntry(kReadTitle);
TapEntry(kUnreadTitle);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698