Skip to content

Commit

Permalink
update tests to look for updated GEM Records link texts
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jul 24, 2024
1 parent a638723 commit dd76be5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/system/students_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class StudentsTest < ApplicationSystemTestCase

test 'Creating a student based on Gem Records' 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 @@ -22,7 +22,7 @@ class StudentsTest < ApplicationSystemTestCase

test 'Starting a thesis' 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 @@ -35,7 +35,7 @@ class StudentsTest < ApplicationSystemTestCase

test 'Editing 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 @@ -51,7 +51,7 @@ class StudentsTest < ApplicationSystemTestCase

test 'Gem Record has committee members' do
visit root_url
click_link('Gem Records')
click_link('GEM Records')
click_link(@gem_record.studentname)

assert_selector "h6", text: "Committee Members"
Expand Down

0 comments on commit dd76be5

Please sign in to comment.