remove unneeded "page" from "update issue status" test of IssuesSystemTest

git-svn-id: http://svn.redmine.org/redmine/trunk@19827 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-06-16 11:45:57 +00:00
parent 0b71c5432b
commit 60767ffb18

View 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