Browse Source

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

Martin Edenhofer 4 years ago
parent
commit
2ad41b639e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/integration/zendesk_import_browser_test.rb

+ 2 - 2
test/integration/zendesk_import_browser_test.rb

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