user_tutorial_ui_test: use assert* instead of verify* to stop test
verify* style assertion continue test execution, whereas assert* mark test as failed. If something went wrong, better to exit early.
Showing
Please register or sign in to comment