-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(exchange): remove the restore exchange button
- Loading branch information
1 parent
c20de95
commit 6f73884
Showing
5 changed files
with
56 additions
and
7 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 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 |
---|---|---|
|
@@ -28,6 +28,8 @@ export default defineConfig({ | |
}, | ||
|
||
video: true, | ||
viewportHeight: 860, | ||
viewportWidth: 1280, | ||
}); | ||
|
||
// | ||
|
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,18 @@ | ||
#language: fr | ||
Fonctionnalité: Archiver un échange | ||
|
||
Contexte: | ||
Soit une base de données nourrie au grain | ||
* je navigue sur la page | ||
* je me connecte en tant que "jackie@yopmail.com" | ||
* je clique sur le champ "Recherche" | ||
* je tape "café" | ||
* je clique sur "Voir mes échanges" | ||
|
||
Scénario: Jackie archive son échange | ||
Quand je clique sur la légende "Menu" | ||
Et je clique sur "Supprimer" | ||
|
||
# Alors je vois dans le titre "Inbox :: Exchanges :: Serkels" | ||
# * je vois "P'tit pause café avec l'ami Jackie" | ||
# * je vois "Aucune discussion disponible pour le moment" |
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,25 @@ | ||
#language: fr | ||
Fonctionnalité: Consulter la boîte de réception d'un échange | ||
|
||
Contexte: | ||
Soit une base de données nourrie au grain | ||
* je navigue sur la page | ||
* je me connecte en tant que "jackie@yopmail.com" | ||
|
||
Scénario: Jackie consult son échange pour un café à partir de son inbox | ||
Quand je clique sur la légende "Link to my exchanges inbox" | ||
|
||
Alors je vois dans le titre "Inbox :: Exchanges :: Serkels" | ||
* je vois "Aucun échange" | ||
# * je vois "J'aime le café" | ||
|
||
Scénario: Jackie consult son échange pour un café à partir de la liste des échanges | ||
* je clique sur le champ "Recherche" | ||
* je tape "café" | ||
* je vois "P'tit pause café avec l'ami Jackie" | ||
|
||
Quand je clique sur "Voir mes échanges" | ||
|
||
Alors je vois dans le titre "Inbox :: Exchanges :: Serkels" | ||
* je vois "P'tit pause café avec l'ami Jackie" | ||
* je vois "Aucune discussion disponible pour le moment" |
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