Followup of #2694 - Zendesk import doesn't consider all tickets.
This commit is contained in:
parent
cb58c7ed6d
commit
2ad41b639e
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue