aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features
AgeCommit message (Collapse)Author
2018-05-30Refs #7161; Clean views and routesZog
2018-05-30Refs #6433; Fix specsZog
2018-05-29Refs #6860 Remove all call of referential_stop_areas_path & ↵cedricnjanga
referential_stop_area_path
2018-05-28Refs #6433; Fix specsZog
2018-05-28Refs #6433 Add changes to stop areas status filtercedricnjanga
2018-05-23Refs #5670 Fix I18n on user registration viewscedricnjanga
2018-05-04Refs #6920; Fix specs6920-activate-newly-created-referentialsZog
2018-04-30Workbenches#show: Don't allow pending referentials to be selected6858-workbenches-show--disallow-deletion-of-pending-referentTeddy Wing
Disable the checkboxes next to pending referentials. This prevents them from being deleted by the batch deletion operation. In general it seems like we shouldn't be operating on pending referentials, so if any new batch actions are added, it would make sense to me for the checkboxes to stay disabled. We want to disallow deletion of pending referentials because this can put the data in an inconsistent state that requires manual intervention to clean (I think). Refs #6858
2018-04-27Refs #6572; Fix specsZog
2018-04-26features/stop_areas_spec: Fix `name_or_objectid_cont` nameTeddy Wing
This name has been renamed to get Ransack to filter by registration number (in c2a466e04d3e335a56ab5bd0866b3663da29ffa0). Change the name used in these tests to get them to pass again. Refs #6681
2018-04-24Fix specs (I18n problem)cedricnjanga
2018-04-22Fix views spec for line_referential and stop_area referential ↵Luc Donnet
synchronization Refs #6306 @1
2018-04-16Refs #6476 Add merge permissions6476-merge-permissionscedricnjanga
2018-03-30Merge pull request #360 from af83/new-uniqueness-validation-for-ccblocksLuc Donnet
New uniqueness validation for ccblocks
2018-03-30Fix spec/features/calendars_permissions_spec.rb to use correct Workgroup ↵Luc Donnet
Refs #6258 @1
2018-03-30Merge pull request #397 from af83/6258-calendar-workgroupLuc Donnet
Refs #6258 associate calendars with current organisation
2018-03-29Refs #6258 Add speac feature for calendars and fix ↵6258-calendar-workgroupcedricnjanga
begin_of_association_chain in controller
2018-03-22Remove maps code. Refs #6296Alban Peignier
2018-03-16Fix reflex sync Refs #6141Luc Donnet
2018-03-15Merge pull request #372 from af83/6146-line-statesLuc Donnet
6146 Line state update
2018-03-15Refs #6033 Fix stop areas spec featurecedricnjanga
2018-03-15Refs #6033 add specscedricnjanga
2018-03-14Refs #6146; Add specsZog
2018-03-12Refs #5146 Line state updatecedricnjanga
2018-03-09Refs #5934 clean spec filecedricnjanga
2018-03-09Refs #5934 Remove destructive action links for route stop points in Routes#showcedricnjanga
2018-03-09Refs #5934 Add specs to routes spec featurecedricnjanga
2018-03-05Refs #5855 Fix spec failurescedricnjanga
2018-02-28Refs #6044 Add spec to check that CCSet#index only dislays objets from user orga6044_add_ccset_spec_affectationcedricnjanga
- Small change in ComplianceControlSetsHelper#organisations_filters_values to avoid errors - Add spec
2018-02-20Refs #5863 @6h; Remove workbench id from the querystringZog
Infer it when possible, and use a nested otherwise
2018-02-09Refs #5824; Fix specsZog
2018-01-30Make some changes to avoid unnacessaty lines of codecedricnjanga
2018-01-19Merge pull request #247 from ↵Luc Donnet
af83/5592-workbenches-show--filter-by-workgroup-on-initial-load 5592 workbenches show filter by workgroup on initial load
2018-01-19Fix compliance check sets breadcrumb, locales and datas displayLuc Donnet
2018-01-16workbenches/show: Filter referentials by workgroupTeddy Wing
Previously, all `Referential`s would be listed on this page if they had matching line metadata. Now, we exclude those referentials that are in other workgroups to ensure users don't see referentials they're not supposed to see. Refs #5592
2018-01-15workbenches_show_spec: Test organisations in filtration listTeddy Wing
Check that only `Organisation`s associated with the current `Workgroup` appear in the list of filters on `Workbenches#show`. Also rewrite the `other_referential` object to put it in a different workbench from the first referential, enabling us to have multiple organisations in the same `Workgroup`. Refs #5140
2018-01-10Refs #5525 @1h; Add a `diable-with` attr on all submit buttonsZog
2018-01-03Merge branch 'master' into ↵Luc Donnet
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
2018-01-02Merge pull request #186 from af83/5102-begin_of_association_chainLuc Donnet
5102 Use current_organisation as begin_of_association_chain
2017-12-28Associate current organisation with tested LineReferential in features ↵5102-begin_of_association_chainAlban Peignier
specs. Refs #5102
2017-12-28Associate current organisation with tested StopAreaReferential in StopArea ↵5111-begin_of_association_chainAlban Peignier
features specs. Refs #5111
2017-12-26Add feature purchase_windows to organisation in PurchaseWindows specs. Refs ↵Alban Peignier
#5366
2017-12-23Merge pull request #175 from ↵Luc Donnet
af83/5366-add-feature-specs-for-the-CRUD-actions-on-PurchaseWindo 5366 add feature specs for the crud actions on purchase windo
2017-12-21Refs #5301 Add ransackable scope to PurchaseWindow for date_rangescedricnjanga
2017-12-21purchase_windows_spec: Add feature spec for destroyTeddy Wing
Check that `PurchaseWindow`s can be destroyed, starting from the `#index` page. Update the i18n key used in the decorator to get the text that appears in the alert when destroying a `PurchaseWindow` so that it correctly corresponds to the one used in the locale file. Refs #5366
2017-12-21purchase_windows_spec: Add feature test for PurchaseWindow updateTeddy Wing
Test that `PurchaseWindow`s can be updated starting from the `#index` page. Refs #5366
2017-12-21purchase_windows_spec: Add #index new/create testTeddy Wing
Add a feature spec that creates a new `PurchaseWindow` from the #index page. Fix i18n keys for `simple_form` to correctly show labels inside the form and be able to identify the correct elements inside the test. Refs #5366
2017-12-21Fix edit, i18n and add feature spec for purchase window Refs #5301 @3Luc Donnet
2017-12-19Fix compliance check set feature to use the correct titleLuc Donnet
2017-12-11Refs: #5197@0.25h; Minor ApprovementsRobert