Skip to content

Commit

Permalink
changed Gem Records to GEM Records
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAdm committed Aug 1, 2024
1 parent 5dc6ea8 commit 5d17884
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions test/system/app_settings_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AppSettingsTest < ApplicationSystemTestCase

visit root_url

click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)

click_link('Create ETD Student Record')
Expand Down Expand Up @@ -63,7 +63,7 @@ class AppSettingsTest < ApplicationSystemTestCase
find('textarea#app_settings_student_update_details_keywords').click.set('Keywords Text Test')
click_button('Save Settings')
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)
click_link('Create ETD Student Record')
page.accept_alert
Expand Down Expand Up @@ -95,7 +95,7 @@ class AppSettingsTest < ApplicationSystemTestCase
find('trix-editor#app_settings_student_supplementary_embargo_upload_files').click.set('Supplementary Embargo Upload files Text Test')
click_button('Save Settings')
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)
click_link('Create ETD Student Record')
page.accept_alert
Expand Down Expand Up @@ -133,7 +133,7 @@ class AppSettingsTest < ApplicationSystemTestCase
find('trix-editor#app_settings_student_review_license_etd').click.set('YorkU ETD Licence Text Test')
click_button('Save Settings')
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)
click_link('Create ETD Student Record')
page.accept_alert
Expand Down Expand Up @@ -168,7 +168,7 @@ class AppSettingsTest < ApplicationSystemTestCase
find('trix-editor#app_settings_student_submit_for_review').click.set('Submit for Review Text Test')
click_button('Save Settings')
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)
click_link('Create ETD Student Record')
page.accept_alert
Expand Down
10 changes: 5 additions & 5 deletions test/system/students_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class StudentsTest < ApplicationSystemTestCase
user = FactoryGirl.create(:user, role: User::ADMIN)
login_as(user)
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)
click_link('Create ETD Student Record')
page.accept_alert
Expand All @@ -25,7 +25,7 @@ class StudentsTest < ApplicationSystemTestCase
assert_selector '.alert-success', text: "Sent an invitation email to #{@gem_record.studentname}"
end

test 'Creating a student based on Gem Records' do
test 'Creating a student based on GEM Records' do
visit root_url
click_link('GEM Records')
click_link(@gem_record.studentname)
Expand Down Expand Up @@ -91,7 +91,7 @@ class StudentsTest < ApplicationSystemTestCase

test 'Unblock a student' do
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)
click_link('Create ETD Student Record')
page.accept_alert
Expand All @@ -102,7 +102,7 @@ class StudentsTest < ApplicationSystemTestCase

test 'Block a student' do
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)
click_link('Create ETD Student Record')
page.accept_alert
Expand All @@ -116,7 +116,7 @@ class StudentsTest < ApplicationSystemTestCase

test 'View student audit trail' do
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)
click_link('Create ETD Student Record')
page.accept_alert
Expand Down

0 comments on commit 5d17884

Please sign in to comment.