From 5d178848329dd84b9455493707661f920231e1c0 Mon Sep 17 00:00:00 2001 From: DevAdm Date: Thu, 1 Aug 2024 09:32:47 -0400 Subject: [PATCH] changed Gem Records to GEM Records --- test/system/app_settings_test.rb | 10 +++++----- test/system/students_test.rb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/system/app_settings_test.rb b/test/system/app_settings_test.rb index 4a3e17b..0c91e2f 100644 --- a/test/system/app_settings_test.rb +++ b/test/system/app_settings_test.rb @@ -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') @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/test/system/students_test.rb b/test/system/students_test.rb index 2ef195f..14519e1 100644 --- a/test/system/students_test.rb +++ b/test/system/students_test.rb @@ -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 @@ -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) @@ -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 @@ -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 @@ -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