Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/20240719-system-tests' into 2024…
Browse files Browse the repository at this point in the history
…0719-system-tests
  • Loading branch information
amtuannguyen committed Aug 1, 2024
2 parents 337828f + 5d17884 commit 9e02cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/students_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9e02cfb

Please sign in to comment.