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

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

Issue 1827003004: [Chromedriver] Chromedriver should handle unexpected alert automatically. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove getter, use variable directly. Created 4 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/chromedriver/test/run_py_tests.py ('k') | chrome/test/chromedriver/window_commands.cc » ('j') | 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 acc7a1be4a26e4ad40245bb100517458bec33856..6dc75ca955f813c6f61f18136d4ae57e971cde75 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -75,7 +75,8 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
'TypingTest.testShouldBeAbleToTypeIntoContentEditableElementWithExistingValue',
'TypingTest.testShouldNotTypeIntoElementsThatPreventKeyDownEvents',
'TypingTest.testTypingIntoAnIFrameWithContentEditableOrDesignModeSet',
- 'UnexpectedAlertBehaviorTest.*',
+ 'UnexpectedAlertBehaviorTest.requiredUnhandledAlertCapabilityHasPriorityOverDesired',
+ 'UnexpectedAlertBehaviorTest.dismissUnhandledAlertsByDefault',
'VisibilityTest.testElementHiddenByOverflowXIsNotVisible',
'VisibilityTest.testElementHiddenByOverflowYIsNotVisible',
'VisibilityTest.tooSmallAWindowWithOverflowHiddenIsNotAProblem',
@@ -176,6 +177,7 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
# Alerts are not yet supported on Android.
'AlertsTest.*',
+ 'UnexpectedAlertBehaviorTest.*',
# http://crbug.com/156390
'DragAndDropTest.*',
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | chrome/test/chromedriver/window_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698