]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/issues_test.rb
Merge pull request #5093 from AntonKhorev/diary-comments-shallow-paths
[rails.git] / test / system / issues_test.rb
index 4086a4fe4868c306a55b3bafadd8538fecd97730..4d58b9cfc08f258006f1cbb8def41a56ab93a6e5 100644 (file)
@@ -181,12 +181,12 @@ class IssuesTest < ApplicationSystemTestCase
     click_on I18n.t("issues.page.older_issues")
     assert_no_content I18n.t("issues.index.user_not_found")
     assert_no_content I18n.t("issues.index.issues_not_found")
-    assert_css "tr", :count => 31, :wait => 1
+    assert_css "tr", :count => 31
 
     # Back to First Page
     click_on I18n.t("issues.page.newer_issues")
     assert_no_content I18n.t("issues.index.user_not_found")
     assert_no_content I18n.t("issues.index.issues_not_found")
-    assert_css "tr", :count => 51, :wait => 1
+    assert_css "tr", :count => 51
   end
 end