Colin Darie
|
560d291bcd
|
test: retry system tests only on CI (get error fast in local)
|
2023-11-06 15:15:51 +01:00 |
|
Christian Lautier
|
db278e83ed
|
add a constant for the most used test password
|
2023-08-31 13:40:05 +02:00 |
|
simon lehericey
|
bd78a14f62
|
spec: add retry to all system spec
|
2023-08-31 09:59:18 +02:00 |
|
Eric Leroy-Terquem
|
343cb5fce6
|
feat(groupe instructeur mailer): add emailing to added instructeurs
|
2023-02-20 15:41:19 +01:00 |
|
Paul Chavard
|
cb66348916
|
a11y(select): cleanup select helpers in specs
|
2022-01-05 12:33:40 +01:00 |
|
Pierre de La Morinerie
|
9fd38cae5e
|
specs: migrate from features to system specs
System specs have been available since Rails 5.1, and are better
integrated with the Rails framework.
- Rename `spec/features` to `spec/system`
- Rename `feature do` to `describe do`
- Configure Capybara for system specs
Steps mostly taken from https://medium.com/table-xi/a-quick-guide-to-rails-system-tests-in-rspec-b6e9e8a8b5f6
|
2021-10-26 12:24:46 +02:00 |
|