diff --git a/rails_root/features/admin_management.feature b/rails_root/features/admin_management.feature new file mode 100644 index 0000000..f1e6a72 --- /dev/null +++ b/rails_root/features/admin_management.feature @@ -0,0 +1,12 @@ +Feature: Admin Dashboard Access + I want to see the Admin Dashboard link + So that I can access administrative functions + + Background: + Given I am on the homepage + And I try to login + + Scenario: Principal sees "Admin Dashboard" link and clicks it + Then I should see "Admin Dashboard" in the header + When I click on "Admin Dashboard" + Then I should be on the Admin Dashboard page