Skip to content
Extraits de code Groupes Projets
Valider fa189711 rédigé par Maxwell Salzberg's avatar Maxwell Salzberg
Parcourir les fichiers

fix some tests

parent 273470e6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -13,5 +13,4 @@ Feature: user authentication
Given I am signed in
And I click on my name in the header
And I follow "Log out"
Then I should be on the logged out page
And I should see "Now go mobile."
\ No newline at end of file
Then I should be on the new user session page
......@@ -150,7 +150,7 @@ Then /^the post should mention "([^"]*)"$/ do |user_name|
end
When /^I click the "([^"]*)" post$/ do |post_text|
find(".content:contains('#{post_text}')").click
find(".content:contains('#{post_text}') .permalink").click
end
Then /^"([^"]*)" should be the first canvas frame$/ do |post_text|
......
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