-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'MGF-680-un-eleve-de-seconde-ne-peut-pas-postuler-pour-d…
…es-offres-de-3-eme-et-inversement' into MGF-561-mise-a-jour-de-la-barre-de-filtre
- Loading branch information
Showing
10 changed files
with
25 additions
and
34 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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ class AplicationFlowTest < ApplicationSystemTestCase | |
test 'first and uniq test before submitting when email was missing' do | ||
school = create(:school, :with_school_manager) | ||
employer, internship_offer = create_employer_and_offer_2nde | ||
student = create(:student, phone: '+2620625852585', school:, email: nil) | ||
student = create(:student, :seconde, phone: '+2620625852585', school:, email: nil) | ||
new_email = '[email protected]' | ||
|
||
sign_in(student) | ||
|
@@ -32,7 +32,7 @@ class AplicationFlowTest < ApplicationSystemTestCase | |
employer, internship_offer = create_employer_and_offer_2nde | ||
second_internship_offer = create(:weekly_internship_offer_2nde, employer:) | ||
former_student_email = '[email protected]' | ||
student = create(:student, :registered_with_phone) | ||
student = create(:student, :seconde, :registered_with_phone) | ||
internship_application = create(:weekly_internship_application, | ||
:submitted, | ||
internship_offer:, | ||
|
@@ -51,7 +51,7 @@ class AplicationFlowTest < ApplicationSystemTestCase | |
employer, internship_offer = create_employer_and_offer_2nde | ||
second_internship_offer = create(:weekly_internship_offer_2nde, employer:) | ||
former_student_phone = '+330623055441' | ||
student = create(:student) | ||
student = create(:student, :seconde) | ||
assert_nil student.phone | ||
internship_application = create(:weekly_internship_application, | ||
:submitted, | ||
|
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
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