report_options: Syntax fix
[ninja.git] / features / auth.feature
blob880b231f3156b485109e9517bf10a13a7c1f4e9d
1 @menu
2 Feature: Auth
4         @enable_get_login
5         Scenario: I can login through GET variables
6                 When I am on address "/monitor/index.php/extinfo/show_process_info"
7                 Then I shouldn't see "Notifications enabled?"
8                 When I am on address "/monitor/index.php/extinfo/show_process_info?username=monitor&password=monitor"
9                 Then I should see "Notifications enabled?"