Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
amtuannguyen committed Oct 21, 2024
1 parent f59133b commit 7b36978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/system/theses_test.rb
Original file line number Diff line number Diff line change
@@ -94,6 +94,9 @@ class ThesesTest < ApplicationSystemTestCase
remove1 = 'Remove l1, f1 (Committee Member)'
remove2 = 'Remove l2, f2 (Chair)'

page.find_link(remove1)
page.find_link(remove2)

assert has_link?(remove1)
assert has_link?(remove2)

0 comments on commit 7b36978

Please sign in to comment.