Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
P
parlote-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneurs
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
parlote-facil
Validations
a096f3d9
Valider
a096f3d9
rédigé
13 years ago
par
Sarah Mei
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Make infinite scroll feature work on any size screen.
parent
ed56a4f8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
features/infinite_scroll.feature
+2
-1
2 ajouts, 1 suppression
features/infinite_scroll.feature
features/step_definitions/custom_web_steps.rb
+6
-0
6 ajouts, 0 suppression
features/step_definitions/custom_web_steps.rb
avec
8 ajouts
et
1 suppression
features/infinite_scroll.feature
+
2
−
1
Voir le fichier @
a096f3d9
...
@@ -6,7 +6,8 @@ Feature: infinite scroll
...
@@ -6,7 +6,8 @@ Feature: infinite scroll
Background
:
Background
:
Given
many posts from alice for bob
Given
many posts from alice for bob
When
I sign in as
"bob@bob.bob"
And
I resize my window to 800x600
And
I sign in as
"bob@bob.bob"
Scenario
:
on the main stream by activity
Scenario
:
on the main stream by activity
Then
I should see 15 posts
Then
I should see 15 posts
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
features/step_definitions/custom_web_steps.rb
+
6
−
0
Voir le fichier @
a096f3d9
...
@@ -180,3 +180,9 @@ end
...
@@ -180,3 +180,9 @@ end
Then
/^the notification dropdown should be visible$/
do
Then
/^the notification dropdown should be visible$/
do
find
(
:css
,
"#notification_dropdown"
).
should
be_visible
find
(
:css
,
"#notification_dropdown"
).
should
be_visible
end
end
When
/^I resize my window to 800x600$/
do
page
.
execute_script
<<-
JS
window.resizeTo(800,600);
JS
end
\ No newline at end of file
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter