Refactoring: Removed unneeded screenshot taking (to speed up tests).
This commit is contained in:
parent
8df6e3c33b
commit
e43154c373
1 changed files with 0 additions and 2 deletions
|
@ -2238,10 +2238,8 @@ wait untill text in selector disabppears
|
|||
css: '.content.active .newTicket button.js-submit',
|
||||
mute_log: true,
|
||||
)
|
||||
screenshot(browser: instance, comment: 'ticket_create_after_submit_1')
|
||||
|
||||
sleep 1
|
||||
screenshot(browser: instance, comment: 'ticket_create_after_submit_2')
|
||||
9.times do
|
||||
if instance.current_url.match?(/#{Regexp.quote('#ticket/zoom/')}/)
|
||||
assert(true, 'ticket created')
|
||||
|
|
Loading…
Reference in a new issue