-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Booking places in past competitions #5
Comments
PabloLec
added a commit
to PabloLec/oc_gudlift
that referenced
this issue
Jul 6, 2021
mjeammet
added a commit
to mjeammet/DAPY-P11_gudlft
that referenced
this issue
Dec 15, 2021
RafaRemote
pushed a commit
to RafaRemote/oc_python_p11_testing
that referenced
this issue
Dec 23, 2021
…nd tests - UI: welcome.html: current competitions and past competitions are displayed - UI: no link/button when past competition - Tests: test_purchase.py: test_should_not_book_past_competition - Regressions seen and fixed
mjeammet
added a commit
to mjeammet/DAPY-P11_gudlft
that referenced
this issue
Dec 28, 2021
Madscientiste
added a commit
to Madscientiste/OpenClassrooms_P11
that referenced
this issue
Feb 17, 2022
josayko
added a commit
to josayko-courses/p11_gudlft
that referenced
this issue
Apr 19, 2022
…ter/Python_Testing
Lazuli22
added a commit
to Lazuli22/OC_V2_P11
that referenced
this issue
Apr 20, 2022
massouathyassine
added a commit
to massouathyassine/gudlftP11
that referenced
this issue
May 6, 2022
Pascal273
added a commit
to Pascal273/Python_Testing
that referenced
this issue
May 11, 2022
…ed points after successful booking of places
Luc-Aka-Evy
added a commit
to Luc-Aka-Evy/Gudlift
that referenced
this issue
May 19, 2022
Aponovi
added a commit
to Aponovi/Python_Testing
that referenced
this issue
Jun 1, 2022
SelHel
added a commit
to SelHel/Python_Testing
that referenced
this issue
Jun 13, 2022
SelHel
added a commit
to SelHel/Python_Testing
that referenced
this issue
Jun 13, 2022
jogubo
pushed a commit
to jogubo/oc-python-testing
that referenced
this issue
Jun 14, 2022
Deadjuju
added a commit
to Deadjuju/P11_OC_Python_Testing
that referenced
this issue
Jul 12, 2022
If the user tries to access a past competition, he will be redirected to the "Welcome" page with an information message Issue OpenClassrooms-Student-Center#5
Deadjuju
added a commit
to Deadjuju/P11_OC_Python_Testing
that referenced
this issue
Jul 12, 2022
The places reservation button is removed for past events Issue OpenClassrooms-Student-Center#5
Closed
This was referenced Aug 31, 2022
tchou93
added a commit
to tchou93/OCR_PYTHON_P11
that referenced
this issue
Sep 15, 2022
ghost
mentioned this issue
Oct 24, 2022
Rossignol-h
added a commit
to Rossignol-h/P11_Python_Testing
that referenced
this issue
Nov 3, 2022
This was referenced Nov 3, 2022
Rossignol-h
referenced
this issue
in Rossignol-h/P11_Python_Testing
Nov 3, 2022
Rossignol-h
referenced
this issue
in Rossignol-h/P11_Python_Testing
Nov 3, 2022
Bugfix/book past competiton/#5
Mattgris6
added a commit
to Mattgris6/OC_DAPython_Projet11_Gudlft
that referenced
this issue
Nov 17, 2022
selaouni
added a commit
to selaouni/Projet11
that referenced
this issue
Dec 6, 2022
selaouni
added a commit
to selaouni/Projet11
that referenced
this issue
Dec 11, 2022
bk148
added a commit
to bk148/P11_Gudlft_Python_Testing
that referenced
this issue
Apr 6, 2023
impossible to book a place on a post-dated competition (but past competitions should be visible).
VisualDev-FR
added a commit
to VisualDev-FR/openclassrooms-P11
that referenced
this issue
Apr 7, 2023
JLenseele
added a commit
to JLenseele/Project_11
that referenced
this issue
Apr 28, 2023
…book for an outdated event (error message)
Nemesix493
added a commit
to Nemesix493/P11_Python_Testing
that referenced
this issue
May 9, 2023
to respect the app specifications and closes some issues Resolves OpenClassrooms-Student-Center#2, resolves OpenClassrooms-Student-Center#4, resolves OpenClassrooms-Student-Center#5, resolves OpenClassrooms-Student-Center#6,
DomninBenoit
added a commit
to DomninBenoit/gudlift
that referenced
this issue
Dec 12, 2023
GrolschSec
added a commit
to GrolschSec/gudlft
that referenced
this issue
Feb 13, 2024
AlexBotswana
added a commit
to AlexBotswana/Python_Testing
that referenced
this issue
Feb 21, 2024
geo1310
added a commit
to geo1310/Python_Testing
that referenced
this issue
Apr 17, 2024
…ast_competitions' into dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given:
A secretary wishes to book a number of places for a competition
When:
Then:
Expected:
The booking.html page should be displayed for a valid competition.
An error message is displayed when a competition is invalid and a confirmation message is displayed when a competition is valid.
The text was updated successfully, but these errors were encountered: