Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroyuki Sato <h-sato@ruby-dev.jp>2016-10-28 18:47:15 +0300
committerHiroyuki Sato <h-sato@ruby-dev.jp>2016-11-06 06:05:13 +0300
commit8d0e84bcf49ccb136557302313bac0833b7d91e5 (patch)
tree39e640199bd866cfac7fc2066d127b5ec2c501eb /features/steps/project
parentb5bb98100a58a39a4982c28d868c195ead19a69e (diff)
Fix spinach test
Diffstat (limited to 'features/steps/project')
-rw-r--r--features/steps/project/network_graph.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/project/network_graph.rb b/features/steps/project/network_graph.rb
index 019b3124a86..ff9251615c9 100644
--- a/features/steps/project/network_graph.rb
+++ b/features/steps/project/network_graph.rb
@@ -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