error_handling
open /demo/error_handling.html
assertText logger
click no_error_handler_no_error
waitForTextNotPresent logger Error handler activated
assertTextNotPresent logger Error handler activated
click no_error_handler_empty_response
waitForTextNotPresent logger Error handler activated
assertTextNotPresent logger Error handler activated
click no_error_handler_error
waitForTextNotPresent logger Error handler activated
assertTextNotPresent logger Error handler activated
click no_error_handler_explicit_error
waitForTextNotPresent logger Error handler activated.
assertTextNotPresent logger Error handler activated.
click with_error_handler_no_error
waitForTextNotPresent logger Error handler activated
assertTextNotPresent logger Error handler activated
click css=#log-reset
click with_error_handler_empty_response
waitForTextNotPresent logger Error handler activated
assertTextNotPresent logger Error handler activated
click css=#log-reset
click with_error_handler_error
waitForText logger Error handler activated.
assertText logger Error handler activated.
click css=#log-reset
click with_error_handler_explicit_error
waitForText logger Error handler activated.
assertText logger Error handler activated.