AgileVentures / AgileVentures/MetPlus_tracker
Only authorised people can see the Admin in menu
Đang mở
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 2
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Currently, we have no cucumber tests that check that all unauthorized people should not see the Admin menu.
Expected behavior: Create a feature file to check that unauthorized people cannot see the Admin menu.
```
Scenario: non-admin does not see 'admin' in menu
Given I am on the home page
And I login as "jane@metplus.org" with password "qwerty123"
Then I should see "Signed in successfully."
And I should not see "Admin"
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.