Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 21, 2024
1 parent d41856e commit d2516d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system/students_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ class StudentsTest < ApplicationSystemTestCase
click_link('Create ETD Student Record')
page.accept_alert

page.find_link('Send invitation email')

save_screenshot

assert_selector '#send_invitation_email', 'Send invitation email'

click_link('Send invitation email')

assert_selector '.alert-success', text: "Sent an invitation email to #{@gem_record.studentname}"
Expand Down

0 comments on commit d2516d7

Please sign in to comment.