Enable cookies related wdspec tests

This commit is contained in:
George Roman 2019-06-11 23:46:04 +03:00
parent b3eed5b5bd
commit c6dfc5a02d
9 changed files with 47 additions and 0 deletions

View file

@ -129,6 +129,14 @@ skip: true
skip: true
[tests]
skip: true
[add_cookie]
skip: false
[delete_all_cookies]
skip: false
[delete_cookie]
skip: false
[get_named_cookie]
skip: false
[new_session]
skip: false
[webgl]

View file

@ -0,0 +1,7 @@
[add.py]
[test_add_non_session_cookie]
expected: FAIL
[test_no_browsing_context]
expected: ERROR

View file

@ -0,0 +1,2 @@
[user_prompts.py]
disabled: User prompts not yet implemented

View file

@ -0,0 +1,4 @@
[delete.py]
[test_no_browsing_context]
expected: ERROR

View file

@ -0,0 +1,2 @@
[user_prompts.py]
disabled: User prompts not yet implemented

View file

@ -0,0 +1,10 @@
[delete.py]
[test_null_response_value]
expected: FAIL
[test_no_browsing_context]
expected: ERROR
[test_unknown_cookie]
expected: FAIL

View file

@ -0,0 +1,2 @@
[user_prompts.py]
disabled: User prompts not yet implemented

View file

@ -0,0 +1,10 @@
[get.py]
[test_no_browsing_context]
expected: ERROR
[test_duplicated_cookie]
expected: FAIL
[test_get_named_cookie]
expected: FAIL

View file

@ -0,0 +1,2 @@
[user_prompts.py]
disabled: User prompts not yet implemented