updated test not that module util checks the path is valid (#30321)

pull/29666/merge
Jordan Borean 7 years ago committed by GitHub
parent a3164862d1
commit d0867edbc3

@ -127,7 +127,7 @@
assert:
that:
- win_get_url_result_invalid_dest|failed
- win_get_url_result_invalid_dest.msg is search('invalid path')
- win_get_url_result_invalid_dest.msg is search('does not exist, or is not visible to the current user')
- name: Check you get a helpful message if the parent folder of the dest doesn't exist
win_get_url:

Loading…
Cancel
Save