mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1507283 - [wdspec] Remove invalid set timeout test "test_key_invalid". r=ato
Depends on D17634 Differential Revision: https://phabricator.services.mozilla.com/D17675 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
1ac0b76f06
commit
7417b70f91
@ -48,11 +48,6 @@ def test_script_parameter_empty_no_change(session):
|
||||
assert session.timeouts._get()["script"] == original["script"]
|
||||
|
||||
|
||||
def test_key_invalid(session):
|
||||
response = set_timeouts(session, {"foo": 1000})
|
||||
assert_error(response, "invalid argument")
|
||||
|
||||
|
||||
@pytest.mark.parametrize("typ", ["implicit", "pageLoad", "script"])
|
||||
@pytest.mark.parametrize("value", [0, 2.0, 2**53 - 1])
|
||||
def test_positive_integer(session, typ, value):
|
||||
|
Loading…
Reference in New Issue
Block a user