Skip to content
Draft
Changes from 2 commits
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
11 changes: 11 additions & 0 deletions frontend/scenarios/change_page.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#language: fr

Fonctionnalité: Passage d'une page

Scénario: au bookshelf

Soit "Les fables de La Fontaine" le document principal
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.

The title will be converted into an HTTP-URI.
Therefore you have to choose a title that was already used.
You can look at those:


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.

Superfluous blank line

Quand j'essaie de revenir au bookshelf
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.

The translation for "bookshelf" in French is "étagère".

Alors je suis sur la page bookshelf
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.

The translation for "bookshelf" in French is "étagère".

Et le titre de l'onglet est Hyperglosae
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.

You could put brackets around "Hyperglosae".

By doing this you could reuse the step before the When to test that the page title is the same as the one you opened.

Loading