Commit 3497a5fb08c9673181a283e0e97b1caed1c748de

Authored by Rodrigo Souto
1 parent f3fb8dc4

edit-image: fix cucumber test due to test file name conflict

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/edit_image.feature
@@ -19,8 +19,8 @@ Feature: edit_image @@ -19,8 +19,8 @@ Feature: edit_image
19 Scenario: dont offer to edit external link if no image 19 Scenario: dont offer to edit external link if no image
20 Given the following files 20 Given the following files
21 | owner | file | mime | 21 | owner | file | mime |
22 - | morgoth | test.txt | text/plain |  
23 - When I go to edit "test.txt" by morgoth 22 + | morgoth | test_another.txt | text/plain |
  23 + When I go to edit "test_another.txt" by morgoth
24 Then I should not see "External link" 24 Then I should not see "External link"
25 25
26 Scenario: display tag list field when editing file 26 Scenario: display tag list field when editing file