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

Unified Diff: chrome/test/chromedriver/test/test_expectations

Issue 2950353003: [Chromedriver] Disable few tests involving ClickElement command on HEAD. (Closed)
Patch Set: Created 3 years, 6 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 | « chrome/test/chromedriver/test/run_py_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/test_expectations
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
index b3f3954c81a0250c80b1cd8cf845548efd981f09..9b6a8565b9625b1d42ebca3d1ea39dadde422857 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -101,6 +101,22 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1674
'WindowSwitchingTest.testShouldBeAbleToIterateOverAllOpenWindows',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1852
+ 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView',
+ 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrame',
+ 'ClickScrollingTest.testShouldBeAbleToClickElementInAFrameThatIsOutOfView',
+ 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrameThatIsOutOfView',
+ 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame',
+ 'ClickTest.testShouldSetRelatedTargetForMouseOver',
+ 'ClickTest.testShouldBeAbleToClickOnAnElementGreaterThanTwoViewports',
+ 'CorrectEventFiringTest.testShouldNotThrowIfEventHandlerThrows',
+ 'ElementFindingTest.testRemovingAnElementDynamicallyFromTheDomShouldCauseAStaleRefException',
+ 'JavascriptEnabledDriverTest.testShouldBeAbleToClickALinkThatClosesAWindow',
+ 'VisibilityTest.testShouldModifyTheVisibilityOfAnElementDynamically',
+ 'WindowSwitchingTest.testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang',
+ 'WindowSwitchingTest.testCanCallGetWindowHandlesAfterClosingAWindow',
+ 'BasicKeyboardInterfaceTest.testBasicKeyboardInput',
+ 'CombinedInputActionsTest.testChordControlCutAndPaste',
]
_REVISION_NEGATIVE_FILTER['58'] = (
_REVISION_NEGATIVE_FILTER['HEAD'] + [
@@ -232,6 +248,18 @@ _OS_NEGATIVE_FILTER['android:chromium'] = (
'CorrectEventFiringTest.testShouldFireMouseDownEventWhenClicking',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=998
'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1852
+ 'BasicKeyboardInterfaceTest.testBasicKeyboardInputOnActiveElement',
+ 'BasicKeyboardInterfaceTest.testBasicKeyboardInput',
+ 'CombinedInputActionsTest.testChordControlCutAndPaste',
+ 'ElementFindingTest.testRemovingAnElementDynamicallyFromTheDomShouldCauseAStaleRefException',
+ 'CorrectEventFiringTest.testShouldNotThrowIfEventHandlerThrows',
+ 'ClickTest.testShouldBeAbleToClickOnAnElementGreaterThanTwoViewports',
+ 'ClickTest.testShouldSetRelatedTargetForMouseOver',
+ 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrameThatIsOutOfView',
+ 'ClickScrollingTest.testShouldBeAbleToClickElementInAFrameThatIsOutOfView',
+ 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrame',
+ 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView',
]
)
_OS_NEGATIVE_FILTER['android:chrome_beta'] = (
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698