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

Issue #6662: fix refresh my photos routing error

closes #6667
parent 2f66c7c8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -167,9 +167,9 @@
= link_to t('.download_export'), download_profile_user_path, class: "btn btn-success"
%h6
= t('.last_exported_at', timestamp: current_user.exported_at)
= link_to t('.request_export_update'), export_profile_user_path, class: "btn"
= link_to t('.request_export_update'), export_profile_user_path, class: "btn", method: :post
- else
= link_to t('.request_export'), export_profile_user_path, :class => "btn"
= link_to t('.request_export'), export_profile_user_path, class: "btn", method: :post
%br
%br
- if current_user.exporting_photos
......@@ -178,9 +178,9 @@
= link_to t('.download_export_photos'), download_photos_user_path, class: "btn btn-success"
%h6
= t('.last_exported_at', timestamp: current_user.exported_photos_at)
= link_to t('.request_export_photos_update'), export_photos_user_path, class: "btn"
= link_to t('.request_export_photos_update'), export_photos_user_path, class: "btn", method: :post
- else
= link_to t('.request_export_photos'), export_photos_user_path, :class => "btn"
= link_to t('.request_export_photos'), export_photos_user_path, class: "btn", method: :post
%hr
.span-5.last
......
......@@ -10,6 +10,16 @@ Feature: Download Photos
Then I should see a flash message indicating success
And I should see a flash message containing "We are currently processing your photos"
Scenario: Refresh my photos
Given I am signed in
When I did request my photos
And I click on my name in the header
When I follow "Settings"
Then I should be on my account settings page
When I follow "Refresh my photos"
Then I should see a flash message indicating success
And I should see a flash message containing "We are currently processing your photos"
Scenario: Download my photos
Given I am signed in
When I did request my photos
......
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