Source code
Revision control
Copy as Markdown
Other Tools
[cancel-watch-availability.html]
  expected:
    if os_version == "14.70": [OK, TIMEOUT]
    if os_version == "14": [OK, TIMEOUT]
  [Test that calling cancelWatchAvailability() without an id removes all the callbacks, and calling cancelWatchAvailability() with a removed id throws NotFoundError.]
    expected: FAIL
  [Test that calling cancelWatchAvailability() with an id does remove the callback, and calling cancelWatchAvailability with a removed id throws NotFoundError.]
    expected: FAIL