Paul Chavard
|
d53a00137c
|
feat(dossier): enable conditional annotations
|
2023-10-02 15:41:27 +02:00 |
|
Colin Darie
|
d9687f7418
|
chore(exports): minor wording improvements and clarifications
|
2023-09-28 12:35:26 +02:00 |
|
Colin Darie
|
307ba68970
|
feat(exports): humanize status name
|
2023-09-28 12:35:20 +02:00 |
|
Lisa Durand
|
c7cd5d2189
|
improve UX for export page
|
2023-09-28 12:35:16 +02:00 |
|
Lisa Durand
|
79669dba37
|
fix spec
|
2023-09-28 12:35:05 +02: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 |
|
seb-by-ouidou
|
dcdf33e4fd
|
fix spec (% 10000 and assert_performed_jobs)
|
2023-07-24 14:43:31 +02:00 |
|
Paul Chavard
|
207ce21327
|
fix(dossier): instructeur actions should be buttons and not links
|
2023-04-07 12:12:15 +02:00 |
|
Lisa Durand
|
4a2982dc37
|
fix tests and linter
|
2023-03-22 09:30:26 +01:00 |
|
Lisa Durand
|
72667cb49a
|
fix tests
|
2023-03-02 16:37:05 +01:00 |
|
Lisa Durand
|
6487e2c27e
|
implement turbostream back for state change in dossier view
|
2023-02-24 17:54:53 +01:00 |
|
Lisa Durand
|
90a7ecef52
|
rename state button to instruction button
|
2023-02-23 16:05:38 +01:00 |
|
Lisa Durand
|
fddcce8b7b
|
fix specs
|
2023-02-22 18:17:06 +01:00 |
|
Martin
|
69aed18b46
|
correctif(instructeurs/dossier#telecharger_pjs): ne pas inclure les bills et horodatage quand on telecharge un dossier unitairement
|
2022-12-26 17:11:10 +01:00 |
|
Paul Chavard
|
e6288c39f2
|
refactor(dossier): champs -> champs_public
|
2022-11-10 22:44:39 +00:00 |
|
Martin
|
df3ef23f7e
|
fix(spec): 1. visit new_user_session_path instead of navigating to it. 2. change way to submit search according to dsfr html. 3. avoid nav without aria label. 4. various lint fixes
|
2022-09-06 10:09:12 +02:00 |
|
Martin
|
e35da17ce8
|
bug(instructeurs/archives#create): month should not be nil
|
2022-08-23 15:31:17 +02:00 |
|
Martin
|
87af7f3261
|
feat(exports): implement admin export
|
2022-07-20 14:08:33 +02:00 |
|
Paul Chavard
|
564daeffe8
|
perf(dossier): improuve dossier preloading perf
|
2022-06-14 09:04:26 +01:00 |
|
Martin
|
ad5c659f88
|
bug(instructeurs/dossiers#destroy): redirect on destroyed dossier -> NotFound
|
2022-05-17 11:42:10 +02:00 |
|
Paul Chavard
|
142e6c032c
|
cleanup(dossier): remove legacy menu
|
2022-05-11 11:01:25 +02:00 |
|
simon lehericey
|
579578cf0c
|
fix system spec
|
2022-04-12 12:05:08 +02:00 |
|
Paul Chavard
|
e82dc9c8b5
|
feat(exports): add ability to create exports with filters
|
2022-04-06 17:08:38 +02:00 |
|
Paul Chavard
|
a50d07400e
|
refactor(instructeur): cleanup destroy / restore routes
|
2022-03-11 14:06:34 +01:00 |
|
Paul Chavard
|
7e81b257b1
|
test(system): simplify select menu selector
|
2022-01-13 17:49:16 +01:00 |
|
Paul Chavard
|
cb66348916
|
a11y(select): cleanup select helpers in specs
|
2022-01-05 12:33:40 +01:00 |
|
simon lehericey
|
5a0fb6237f
|
😭 AASM does not support keyword arguments
https://github.com/aasm/aasm/issues/672
|
2021-11-30 09:42:45 +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 |
|