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

Unified Diff: chrome/test/functional/ntp.py

Issue 8764013: remove ntp.NTPTest.testRecentlyClosedShowsUniqueItems pyauto test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also delete suppression Created 9 years, 1 month 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 | « chrome/test/functional/PYAUTO_TESTS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/ntp.py
diff --git a/chrome/test/functional/ntp.py b/chrome/test/functional/ntp.py
index b6463595f8baa99d13032fdbc6901fa99bbff1a8..00fbbd855c0daaa3eb08deb4b8ee5aab2f47b5b1 100755
--- a/chrome/test/functional/ntp.py
+++ b/chrome/test/functional/ntp.py
@@ -311,15 +311,6 @@ class NTPTest(pyauto.PyUITest):
self.assertEquals(expected, test_utils.StripUnmatchedKeys(
self.GetNTPRecentlyClosed(), expected))
- def testRecentlyClosedShowsUniqueItems(self):
- """Tests that the Recently Closed section does not show duplicate items"""
- self.RemoveNTPDefaultThumbnails()
- self.AppendTab(pyauto.GURL(self.PAGES[0]['url']))
- self.AppendTab(pyauto.GURL(self.PAGES[0]['url']))
- self.GetBrowserWindow(0).GetTab(1).Close(True)
- self.GetBrowserWindow(0).GetTab(1).Close(True)
- self.assertEquals(1, len(self.GetNTPRecentlyClosed()))
-
def testRecentlyClosedIncognito(self):
"""Tests that we don't record closure of Incognito tabs or windows"""
#self.RemoveNTPDefaultThumbnails()
« no previous file with comments | « chrome/test/functional/PYAUTO_TESTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698