Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions frontend/scenarios/include_video.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,18 @@ Scénario: provenant de YouTube
![link](https://www.youtube.com/watch?v=JRXkAhMYKEc&ab_channel=ViniciusHenrique)
"""
Alors le document comporte la vidéo "https://www.youtube.com/embed/JRXkAhMYKEc"



Scénario: via le bouton d'insertion de l'interface
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't mention user interface details in scenarios.


Soit un document dont je suis l'auteur affiché comme glose
Et une session active avec mon compte
Quand je clique sur l'icône "Add a video"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't mention user interface details in scenarios.

Et que je saisis le lien "https://www.youtube.com/watch?v=JRXkAhMYKEc&ab_channel=ViniciusHenrique" dans la boîte de dialogue
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When (Quand) must be a single step. It corresponds to the feature. Therefore it should be named in a way very similar to the feature name.

Et que je valide l'insertion
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When (Quand) must be a single step. It corresponds to the feature. Therefore it should be named in a way very similar to the feature name.

Alors le document comporte la vidéo "https://www.youtube.com/embed/JRXkAhMYKEc"
Et le texte brut de la glose contient "![link](https://www.youtube.com/watch?v=JRXkAhMYKEc)"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessarily.




Loading