summaryrefslogtreecommitdiff
path: root/features/snippets/discover.feature
blob: 5094062c8c3edb1c779bfefc3cbf4c993e583eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
@snippets
Feature: Snippets Discover
  Background:
    Given I sign in as a user
    And I have public "Personal snippet one" snippet
    And I have private "Personal snippet private" snippet

  Scenario: I should see snippets
    Given I visit snippets page
    Then I should see "Personal snippet one" in snippets
    And I should not see "Personal snippet private" in snippets