Skip to content

Commit

Permalink
SCENARIO: Search for items from a range of attribute values (see #573).
Browse files Browse the repository at this point in the history
Co-Authored-By: Florentin Farcy <florentin.farcy@utt.fr>
  • Loading branch information
ThibH2O and FloFAR committed Jun 9, 2022
1 parent 38bfb70 commit 824d5b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions features/portfolio_search_range.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#language: fr

Fonctionnalité: Rechercher des items à partir d'une plage de valeurs d'un attribut

Scénario: numérique

Soit "vitraux" le portfolio ouvert
Et "slider" le paramètre appliqué à l'attribut "created"
Et "SNZ 009" un des items affichés
Et "SR 005" un des items affichés
Et "SJ 000" un des items affichés
Et "AXN 009" un des items affichés
Quand l'utilisateur sélectionne un intervalle entre "2015" et "2016" pour l'attribut "created"
Alors l'item "SR 005" est affiché
Et l'item "SJ 000" est affiché
Mais l'item "SNZ 009" est caché
Et l'item "AXN 009" est caché

0 comments on commit 824d5b9

Please sign in to comment.