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 84f8081 commit edc3ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/system/students_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class StudentsTest < ApplicationSystemTestCase

assert_selector '#send_invitation_email', text: 'Send invitation email'

assert has_link?('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 edc3ed7

Please sign in to comment.