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 36a6f4a commit 0ad3d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/system/students_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ class StudentsTest < ApplicationSystemTestCase
checkbox = find('#thesis_etd_licence_agreement', visible: true)
checkbox.check

sleep 1
# wait a little, this is necessary when running on Github actions
sleep 2

assert checkbox.checked?, "#thesis_etd_licence_agreement checkbox is not checked."

Expand Down

0 comments on commit 0ad3d77

Please sign in to comment.