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 a8f64bd commit 23773ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system/theses_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ThesesTest < ApplicationSystemTestCase
click_on('Add')

# wait for AJAX request to complete, this is necessary when running on Github actions
sleep 10
sleep 5

assert_selector 'span', text: 'l1, f1'

Expand All @@ -89,7 +89,7 @@ class ThesesTest < ApplicationSystemTestCase
click_on('Add')

# wait for AJAX request to complete, this is necessary when running on Github actions
sleep 10
sleep 5

assert_selector 'span', text: 'l2, f2'

Expand Down

0 comments on commit 23773ef

Please sign in to comment.