Followup of #2694 - Zendesk import doesn't consider all tickets.

This commit is contained in:
Martin Edenhofer 2021-01-21 16:21:39 +01:00 committed by Thorsten Eckel
parent cb58c7ed6d
commit 2ad41b639e

View file

@ -85,13 +85,13 @@ class ZendeskImportBrowserTest < TestCase
watch_for( watch_for(
css: '.js-organizations .js-done', css: '.js-organizations .js-done',
value: '1', value: '2',
timeout: 120, timeout: 120,
) )
watch_for( watch_for(
css: '.js-users .js-done', css: '.js-users .js-done',
value: '141', value: '142',
timeout: 120, timeout: 120,
) )