Browse Source

Fixed browser test.

Martin Edenhofer 8 years ago
parent
commit
1d3f5006ed
1 changed files with 4 additions and 4 deletions
  1. 4 4
      test/browser/integration_test.rb

+ 4 - 4
test/browser/integration_test.rb

@@ -95,7 +95,7 @@ class IntegrationTest < TestCase
     )
     click(css: '.content.active .main .checkbox-replacement')
     select(
-      css: '.content.active .main select[name="group_id"]',
+      css: '.content.active .main select[name="group_ids"]',
       value: 'Users',
     )
     set(
@@ -110,7 +110,7 @@ class IntegrationTest < TestCase
     click(css: '.content.active .main .js-submit')
 
     match(
-      css: '.content.active .main select[name="group_id"]',
+      css: '.content.active .main select[name="group_ids"]',
       value: 'Users',
     )
     match(
@@ -128,7 +128,7 @@ class IntegrationTest < TestCase
     click(css: 'a[href="#system/integration/slack"]')
 
     match(
-      css: '.content.active .main select[name="group_id"]',
+      css: '.content.active .main select[name="group_ids"]',
       value: 'Users',
     )
     match(
@@ -143,7 +143,7 @@ class IntegrationTest < TestCase
     reload()
 
     match(
-      css: '.content.active .main select[name="group_id"]',
+      css: '.content.active .main select[name="group_ids"]',
       value: 'Users',
     )
     match(