Title: [263273] trunk/WebDriverTests
Revision
263273
Author
lmo...@igalia.com
Date
2020-06-19 09:45:37 -0700 (Fri, 19 Jun 2020)

Log Message

[WebDriver][GTK] Some tests fails to click elements because element is outside visible rect
https://bugs.webkit.org/show_bug.cgi?id=211330

Unreviewed test gardening.

These tests have been passing since r262861 landed.

* TestExpectations.json:

Modified Paths

Diff

Modified: trunk/WebDriverTests/ChangeLog (263272 => 263273)


--- trunk/WebDriverTests/ChangeLog	2020-06-19 16:34:18 UTC (rev 263272)
+++ trunk/WebDriverTests/ChangeLog	2020-06-19 16:45:37 UTC (rev 263273)
@@ -1,5 +1,16 @@
 2020-06-19  Lauro Moura  <lmo...@igalia.com>
 
+        [WebDriver][GTK] Some tests fails to click elements because element is outside visible rect
+        https://bugs.webkit.org/show_bug.cgi?id=211330
+
+        Unreviewed test gardening.
+
+        These tests have been passing since r262861 landed.
+
+        * TestExpectations.json:
+
+2020-06-19  Lauro Moura  <lmo...@igalia.com>
+
         [WebDriver][WPE] Update imported selenium to a version with the WPE WebDriver
         https://bugs.webkit.org/show_bug.cgi?id=213263
 

Modified: trunk/WebDriverTests/TestExpectations.json (263272 => 263273)


--- trunk/WebDriverTests/TestExpectations.json	2020-06-19 16:34:18 UTC (rev 263272)
+++ trunk/WebDriverTests/TestExpectations.json	2020-06-19 16:45:37 UTC (rev 263273)
@@ -9,9 +9,6 @@
             },
             "testShouldHandleAlertOnPageBeforeUnload": {
                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
-            },
-            "testShouldHandleAlertOnPageLoad": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
             }
         }
     },
@@ -28,22 +25,6 @@
     "imported/selenium/py/test/selenium/webdriver/common/appcache_tests.py": {
         "expected": {"all": {"status": ["SKIP"]}}
     },
-    "imported/selenium/py/test/selenium/webdriver/common/correct_event_firing_tests.py": {
-        "subtests": {
-            "testShouldFireClickEventWhenClicking": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
-            },
-            "testShouldFireMouseDownEventWhenClicking": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
-            },
-            "testShouldFireMouseUpEventWhenClicking": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
-            },
-            "testShouldIssueClickEvents": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
-            }
-        }
-    },
     "imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py": {
         "subtests": {
             "testShouldNotScrollIfAlreadyScrolledAndElementIsInView": {
@@ -171,32 +152,13 @@
             },
             "testShouldSayElementsWithParentWithNegativeTransformAreNotDisplayed": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
-            },
-            "testShouldModifyTheVisibilityOfAnElementDynamically" : {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
             }
         }
     },
-    "imported/selenium/py/test/selenium/webdriver/common/webdriverwait_tests.py": {
-        "subtests": {
-            "testExpectedConditionVisibilityOfElementLocated": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
-            },
-            "testExpectedConditionVisibilityOf": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
-            },
-            "testExpectedConditionElementToBeClickable": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
-            }
-        }
-    },
     "imported/selenium/py/test/selenium/webdriver/common/window_switching_tests.py": {
         "subtests": {
             "testCanCallGetWindowHandlesAfterClosingAWindow": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}}
-            },
-            "testThatAccessingFindingAnElementAfterWindowIsClosedAndHaventswitchedDoesntCrash": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
             }
         }
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to