Changeset 263273 in webkit
- Timestamp:
- Jun 19, 2020, 9:45:37 AM (6 years ago)
- Location:
- trunk/WebDriverTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestExpectations.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebDriverTests/ChangeLog
r263264 r263273 1 2020-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 1 12 2020-06-19 Lauro Moura <lmoura@igalia.com> 2 13 -
trunk/WebDriverTests/TestExpectations.json
r262948 r263273 10 10 "testShouldHandleAlertOnPageBeforeUnload": { 11 11 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}} 12 },13 "testShouldHandleAlertOnPageLoad": {14 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}15 12 } 16 13 } … … 29 26 "expected": {"all": {"status": ["SKIP"]}} 30 27 }, 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 },47 28 "imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py": { 48 29 "subtests": { … … 172 153 "testShouldSayElementsWithParentWithNegativeTransformAreNotDisplayed": { 173 154 "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"}}190 155 } 191 156 } … … 195 160 "testCanCallGetWindowHandlesAfterClosingAWindow": { 196 161 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}} 197 },198 "testThatAccessingFindingAnElementAfterWindowIsClosedAndHaventswitchedDoesntCrash": {199 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}200 162 } 201 163 }
Note:
See TracChangeset
for help on using the changeset viewer.