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 conteneur
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
c2526c61
Non vérifiée
Valider
c2526c61
rédigé
il y a 7 ans
par
Benjamin Neff
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Don't wait for .loading class, it's sometimes already removed again
parent
62cb1f99
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/desktop/notifications.feature
+0
-1
0 ajout, 1 suppression
features/desktop/notifications.feature
features/step_definitions/notifications_steps.rb
+0
-4
0 ajout, 4 suppressions
features/step_definitions/notifications_steps.rb
avec
0 ajout
et
5 suppressions
features/desktop/notifications.feature
+
0
−
1
Voir le fichier @
c2526c61
...
@@ -177,6 +177,5 @@ Feature: Notifications
...
@@ -177,6 +177,5 @@ Feature: Notifications
When
I wait for notifications to load
When
I wait for notifications to load
Then
there should be 10 notifications loaded
Then
there should be 10 notifications loaded
When
I scroll down on the notifications dropdown
When
I scroll down on the notifications dropdown
Then
the notification dropdown should load more notifications
When
I wait for notifications to load
When
I wait for notifications to load
Then
there should be 15 notifications loaded
Then
there should be 15 notifications loaded
Ce diff est replié.
Cliquez pour l'agrandir.
features/step_definitions/notifications_steps.rb
+
0
−
4
Voir le fichier @
c2526c61
...
@@ -25,10 +25,6 @@ And "I scroll down on the notifications dropdown" do
...
@@ -25,10 +25,6 @@ And "I scroll down on the notifications dropdown" do
page
.
execute_script
(
"$('.notifications').scrollTop(350)"
)
page
.
execute_script
(
"$('.notifications').scrollTop(350)"
)
end
end
Then
"the notification dropdown should load more notifications"
do
expect
(
find
(
"#notification-dropdown"
)).
to
have_css
(
".loading"
)
end
Then
"the notification dropdown should be visible"
do
Then
"the notification dropdown should be visible"
do
expect
(
find
(
:css
,
"#notification-dropdown"
)).
to
be_visible
expect
(
find
(
:css
,
"#notification-dropdown"
)).
to
be_visible
end
end
...
...
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