Skip to content
Snippets Groups Projects
Commit 8d0e84bc authored by Hiroyuki Sato's avatar Hiroyuki Sato
Browse files

Fix spinach test

parent b5bb9810
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -43,4 +43,4 @@ Feature: Project Network Graph
 
Scenario: I should fail to look for a commit
When I look for a commit by ";"
Then page status code should be 404
Then I should see non-existent git revision error message
Loading
Loading
@@ -109,4 +109,8 @@ class Spinach::Features::ProjectNetworkGraph < Spinach::FeatureSteps
find('button').click
end
end
step 'I should see non-existent git revision error message' do
expect(page).to have_selector '.flash-alert', text: "Git revision ';' does not exist."
end
end
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