diff options
author | Hiroyuki Sato <h-sato@ruby-dev.jp> | 2016-10-29 00:47:15 +0900 |
---|---|---|
committer | Hiroyuki Sato <h-sato@ruby-dev.jp> | 2016-11-06 12:05:13 +0900 |
commit | 8d0e84bcf49ccb136557302313bac0833b7d91e5 (patch) | |
tree | 39e640199bd866cfac7fc2066d127b5ec2c501eb /features/project | |
parent | b5bb98100a58a39a4982c28d868c195ead19a69e (diff) | |
download | gitlab-ce-8d0e84bcf49ccb136557302313bac0833b7d91e5.tar.gz |
Fix spinach test
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/network_graph.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/project/network_graph.feature b/features/project/network_graph.feature index 89a02706bd2..93c884e23c5 100644 --- a/features/project/network_graph.feature +++ b/features/project/network_graph.feature @@ -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 |