⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 263273 in webkit


Ignore:
Timestamp:
Jun 19, 2020, 9:45:37 AM (6 years ago)
Author:
Lauro Moura
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.

Location:
trunk/WebDriverTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebDriverTests/ChangeLog

    r263264 r263273  
     12020-06-19  Lauro Moura  <lmoura@igalia.com>
     2
     3        [WebDriver][GTK] Some tests fails to click elements because element is outside visible rect
     4        https://bugs.webkit.org/show_bug.cgi?id=211330
     5
     6        Unreviewed test gardening.
     7
     8        These tests have been passing since r262861 landed.
     9
     10        * TestExpectations.json:
     11
    1122020-06-19  Lauro Moura  <lmoura@igalia.com>
    213
  • trunk/WebDriverTests/TestExpectations.json

    r262948 r263273  
    1010            "testShouldHandleAlertOnPageBeforeUnload": {
    1111                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
    12             },
    13             "testShouldHandleAlertOnPageLoad": {
    14                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    1512            }
    1613        }
     
    2926        "expected": {"all": {"status": ["SKIP"]}}
    3027    },
    31     "imported/selenium/py/test/selenium/webdriver/common/correct_event_firing_tests.py": {
    32         "subtests": {
    33             "testShouldFireClickEventWhenClicking": {
    34                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    35             },
    36             "testShouldFireMouseDownEventWhenClicking": {
    37                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    38             },
    39             "testShouldFireMouseUpEventWhenClicking": {
    40                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    41             },
    42             "testShouldIssueClickEvents": {
    43                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    44             }
    45         }
    46     },
    4728    "imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py": {
    4829        "subtests": {
     
    172153            "testShouldSayElementsWithParentWithNegativeTransformAreNotDisplayed": {
    173154                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
    174             },
    175             "testShouldModifyTheVisibilityOfAnElementDynamically" : {
    176                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    177             }
    178         }
    179     },
    180     "imported/selenium/py/test/selenium/webdriver/common/webdriverwait_tests.py": {
    181         "subtests": {
    182             "testExpectedConditionVisibilityOfElementLocated": {
    183                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    184             },
    185             "testExpectedConditionVisibilityOf": {
    186                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    187             },
    188             "testExpectedConditionElementToBeClickable": {
    189                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    190155            }
    191156        }
     
    195160            "testCanCallGetWindowHandlesAfterClosingAWindow": {
    196161                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}}
    197             },
    198             "testThatAccessingFindingAnElementAfterWindowIsClosedAndHaventswitchedDoesntCrash": {
    199                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
    200162            }
    201163        }
Note: See TracChangeset for help on using the changeset viewer.