-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCENARIO: select items from a acorpus (#155)
> > Yunrayz <[email protected]> Co-authored-by: Clement
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#language: fr | ||
|
||
Fonctionnalité: (Dé)sélectionner les items d'un ou de plusieurs corpus | ||
|
||
|
||
Scénario: L'utilisateur désélectionne un corpus parmi plusieurs | ||
|
||
Soit "Glyptique" le portfolio ouvert | ||
Et tous les corpus sont sélectionnés | ||
Et "AGDS Munich n° 2589.png" un des items affichés | ||
Et "Boston Fine Arts inv. 23.583.jpg" un des items affichés | ||
Quand l'utilisateur désélectionne le corpus "Gemmae Campaniae" | ||
Alors l'item "Boston Fine Arts inv. 23.583.jpg" est affiché | ||
Mais l'item "AGDS Munich n° 2589.png" est caché | ||
|
||
Scénario: L'utilisateur sélectionne plusieurs corpus | ||
|
||
Soit "Glyptique" le portfolio ouvert | ||
Et aucun des corpus n'est sélectionnés | ||
Et aucun item n'est affiché | ||
Quand l'utilisateur sélectionne les corpus "Gemmae Campaniae" et "Pictures within Pictures" | ||
Alors l'item "Boston Fine Arts inv. 23.583.jpg" est affiché | ||
Et l'item "AGDS Munich n° 2589.png" est affiché |