]> source.dussan.org Git - redmine.git/commitdiff
remove unneeded "page" from "update issue status" test of IssuesSystemTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 16 Jun 2020 11:45:57 +0000 (11:45 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 16 Jun 2020 11:45:57 +0000 (11:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19827 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/system/issues_test.rb

index e213b690eb500437da0936c720769f7e75f68229..b4dc0e6df408fcd90788317f664ed440df0f9df9 100644 (file)
@@ -238,7 +238,7 @@ class IssuesSystemTest < ApplicationSystemTestCase
     log_user('jsmith', 'jsmith')
     visit '/issues/1'
     page.accept_confirm /Are you sure/ do
-      page.first('#content a.icon-del').click
+      first('#content a.icon-del').click
     end
   end