-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PROCESS:
Edit passage
may be tested with cypress-cucumber (see #199).
- Loading branch information
Showing
9 changed files
with
51 additions
and
80 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
This file was deleted.
Oops, something went wrong.
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
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
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
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,26 @@ | ||
#language: fr | ||
|
||
Fonctionnalité: Essayer d'éditer l'annotation d'un passage | ||
|
||
Contexte: | ||
|
||
Soit un document en deux passages affiché comme document principal | ||
Et une glose dont je suis l'auteur faisant référence uniquement au premier passage | ||
Et une session active avec mon compte | ||
|
||
Scénario: quand celle-ci est inexistante | ||
|
||
Quand j'essaie de remplacer la glose du passage 2 par : | ||
""" | ||
Passage intéressant ! | ||
""" | ||
Alors je peux lire "Passage intéressant !" | ||
|
||
Scénario: quand celle-ci pré-existe | ||
|
||
Quand j'essaie de remplacer la glose du passage 1 par : | ||
""" | ||
Passage intéressant ! | ||
""" | ||
Alors je peux lire "Passage intéressant !" | ||
|
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
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
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