-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
681b108
commit b7d11e1
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|