Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 23, 2024
1 parent 681b108 commit b7d11e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/system/app_settings_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ class AppSettingsTest < ApplicationSystemTestCase
click_link("Login as this student")
fill_in 'student_email_external', with: '[email protected]'
click_button('Continue')
#assert_selector "small", text: 'Initial Text Test'
assert_selector "small", text: 'Abstract Text Test'
assert_selector "small", text: 'Subjects Text Test'
assert_selector "small", text: 'Keywords Text Test'
assert_selector "div", text: 'Abstract Text Test'
assert_selector "div", text: 'Subjects Text Test'
assert_selector "div", text: 'Keywords Text Test'
end

test 'Student submission Upload files message' do
Expand Down

0 comments on commit b7d11e1

Please sign in to comment.