blob: 7ee56b738a2101cfbd37f0e67976f8064a71e10d (
plain)
1
2
3
4
5
6
7
8
|
Feature: Prohibit seeing some pages
As recruiting lead
I want to prohibit users from seeing some pages
So they don't access information they are not supposed to
Scenario: Hide grouped questions from guest
Given a question "question" in group "group"
Then I should be prohibited to visit show "question" question page
|