diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-06-16 11:45:57 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-06-16 11:45:57 +0000 |
commit | 60767ffb180cf7a44b9ed993ceb192b06528394b (patch) | |
tree | 8f00ed267a6ae3ae65dd7894e775706cadc7b2b1 /test/system | |
parent | 0b71c5432baff7d2fc2bfdb7b48b22ab1094c870 (diff) | |
download | redmine-60767ffb180cf7a44b9ed993ceb192b06528394b.tar.gz redmine-60767ffb180cf7a44b9ed993ceb192b06528394b.zip |
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
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/issues_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index e213b690e..b4dc0e6df 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -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 |