OSDN Git Service

add selenium test code.
authorAkira Saito <akrstjp@users.sourceforge.jp>
Sun, 31 May 2015 14:29:08 +0000 (23:29 +0900)
committerAkira Saito <akrstjp@users.sourceforge.jp>
Sun, 31 May 2015 14:29:08 +0000 (23:29 +0900)
commit656c2e01895f5650fa52cb8b820ab2b2d6aa8c5a
tree8481e297acb43cbe284fac056a2e76f2ca27d048
parent7275b6fd899b01e49da9ee06ae1fd3ebe4ca5097
add selenium test code.
26 files changed:
app/helpers/application_helper.rb
app/views/hooks/_quick_edit_context.html.erb
test/.rspec [new file with mode: 0644]
test/selenium/edit_core_field.rb [new file with mode: 0644]
test/selenium/edit_custom_field.rb [new file with mode: 0644]
test/selenium/pages/custom_field_new.rb [new file with mode: 0644]
test/selenium/pages/custom_fields.rb [new file with mode: 0644]
test/selenium/pages/issue_new.rb [new file with mode: 0644]
test/selenium/pages/issue_show.rb [new file with mode: 0644]
test/selenium/pages/issues.rb [new file with mode: 0644]
test/selenium/pages/mypage.rb [new file with mode: 0644]
test/selenium/pages/page.rb [new file with mode: 0644]
test/selenium/pages/project_new.rb [new file with mode: 0644]
test/selenium/pages/project_settings.rb [new file with mode: 0644]
test/selenium/pages/project_settings_members.rb [new file with mode: 0644]
test/selenium/pages/project_show.rb [new file with mode: 0644]
test/selenium/pages/projects.rb [new file with mode: 0644]
test/selenium/pages/start.rb [new file with mode: 0644]
test/selenium/pages/user_edit.rb [new file with mode: 0644]
test/selenium/pages/user_new.rb [new file with mode: 0644]
test/selenium/pages/users.rb [new file with mode: 0644]
test/selenium/pages/welcome.rb [new file with mode: 0644]
test/selenium/pages/workflow_edit.rb [new file with mode: 0644]
test/selenium/pages/workflow_permissions.rb [new file with mode: 0644]
test/selenium/setup.rb [new file with mode: 0644]
test/spec_helper.rb [new file with mode: 0644]