tests: don't check that Skip Lookup button is hidden due to bug 726539
This commit is contained in:
@ -60,8 +60,9 @@ def wait_for_account_to_be_looked_up(context):
|
||||
visible_skip_lookup = [x for x in skip_lookup if x.showing]
|
||||
if len(visible_skip_lookup) > 0:
|
||||
visible_skip_lookup = visible_skip_lookup[0]
|
||||
assert wait_until(lambda x: not x.showing, visible_skip_lookup),\
|
||||
"Skip Lookup button didn't dissappear"
|
||||
# bug https://bugzilla.gnome.org/show_bug.cgi?id=726539: Skip Lookup is not being removed
|
||||
#assert wait_until(lambda x: not x.showing, visible_skip_lookup),\
|
||||
# "Skip Lookup button didn't dissappear"
|
||||
|
||||
|
||||
def click_next(window):
|
||||
|
||||
Reference in New Issue
Block a user