Skip to content

Commit

Permalink
Unreviewed gardening. Mark user prompts tests in take screenshot comm…
Browse files Browse the repository at this point in the history
…ands as failure

Tests don't expect user prompts to be handled in take screenshot commands, but that's going to change in the
spec soon, see w3c/webdriver#1359.

* TestExpectations.json:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@239824 268f45cc-cd09-0410-ab3c-d52691b4dbfc
[email protected] committed Jan 10, 2019
1 parent 5380f94 commit d75ebba
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WebDriverTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2019-01-10 Carlos Garcia Campos <[email protected]>

Unreviewed gardening. Mark user prompts tests in take screenshot commands as failure

Tests don't expect user prompts to be handled in take screenshot commands, but that's going to change in the
spec soon, see https://github.com/w3c/webdriver/issues/1359.

* TestExpectations.json:

2018-12-21 Carlos Garcia Campos <[email protected]>

Unreviewed gardening. Skip imported/w3c/webdriver/tests/permissions/set.py.
6 changes: 6 additions & 0 deletions WebDriverTests/TestExpectations.json
Original file line number Diff line number Diff line change
@@ -1020,5 +1020,11 @@
},
"imported/w3c/webdriver/tests/permissions/set.py": {
"expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/192978"}}
},
"imported/w3c/webdriver/tests/take_screenshot/user_prompts.py": {
"expected": {"all": {"status": ["FAIL"]}}
},
"imported/w3c/webdriver/tests/take_element_screenshot/user_prompts.py": {
"expected": {"all": {"status": ["FAIL"]}}
}
}

0 comments on commit d75ebba

Please sign in to comment.