Skip to content
Extraits de code Groupes Projets
Valider e6adb8a7 rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Merge pull request #4526 from movilla/comment_mobile_test

Add mobile test: logged out user mobile
parents e2825e6b 7d8f4578
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -2,14 +2,18 @@
Feature: Browsing Diaspora as a logged out user mobile
In order to view public diaspora content
as a random internet user
I want to view public pages
I want to view public post and comments
Background:
Given a user named "Bob Jones" with email "bob@bob.bob"
And "bob@bob.bob" has a public post with text "public stuff"
And I sign in as "bob@bob.bob"
And I comment "this also" on "public stuff"
And I log out
Scenario: Visiting a profile page
When I toggle the mobile view
And I am on "bob@bob.bob"'s page
Then I should see "public stuff"
Then I should see "public stuff" within ".ltr"
And I click on selector "a.show_comments"
And I should see "this also" within ".comment"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter