Source code
Revision control
Copy as Markdown
Other Tools
[user_prompts.py]
expected:
if debug and (os == "linux") and (version == "Ubuntu 18.04") and fission: [OK, CRASH]
[test_dismiss_and_notify[alert\]]
expected:
if (os == "android") and fission and not debug: [PASS, ERROR]
[test_accept_and_notify[prompt\]]
expected:
if (os == "win") and not debug: [PASS, FAIL]
[test_accept_and_notify[alert\]]
expected:
if debug and (os == "linux") and (version == "Ubuntu 18.04") and fission: [PASS, ERROR]