diff options
author | Stan Hu <stanhu@gmail.com> | 2016-03-13 22:09:42 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-03-13 22:09:42 -0700 |
commit | f0c73a5bdbbf07c6668b9ee50f38ba4f4813eabd (patch) | |
tree | 0ad4f227652bd329683eb442d1d95fa5e20b8e54 /features/project | |
parent | 30ab290b2829b84f4abb9d18f9b907bb9212f445 (diff) | |
download | gitlab-ce-f0c73a5bdbbf07c6668b9ee50f38ba4f4813eabd.tar.gz |
Remove sleeps from network graph feature spec
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/network_graph.feature | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features/project/network_graph.feature b/features/project/network_graph.feature index 6cc89a15a78..89a02706bd2 100644 --- a/features/project/network_graph.feature +++ b/features/project/network_graph.feature @@ -34,9 +34,10 @@ Feature: Project Network Graph @javascript Scenario: I should filter selected tag When I switch ref to "v1.0.0" + Then page should have "v1.0.0" in title Then page should have content not containing "v1.0.0" When click "Show only selected branch" checkbox - Then page should not have content not containing "v1.0.0" + Then page should only have content from "v1.0.0" When click "Show only selected branch" checkbox Then page should have content not containing "v1.0.0" |