Skip to content
Snippets Groups Projects
Commit fc25a210 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets Committed by Wes Gurney
Browse files

Fix remove snippet test

parent 468ce289
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
This commit is part of merge request !4954. Comments created here will be created in the context of that merge request.
Loading
Loading
@@ -31,5 +31,5 @@ Feature: Project Snippets
Scenario: I destroy "Snippet one"
Given I visit snippet page "Snippet one"
And I click link "Edit"
And I click link "Destroy"
And I click link "Remove Snippet"
Then I should not see "Snippet one" in snippets
Loading
Loading
@@ -47,8 +47,8 @@ class ProjectSnippets < Spinach::FeatureSteps
end
end
 
And 'I click link "Destroy"' do
click_link "Destroy"
And 'I click link "Remove Snippet"' do
click_link "Remove snippet"
end
 
And 'I submit new snippet "Snippet three"' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment