OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/features/logout_ajax.feature

38 lines
1.1 KiB

#-- copyright
# OpenProject is a project management system.
#
# Copyright (C) 2012-2013 the OpenProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
Feature: Doing Ajax when logged out
Background:
And there is 1 user with:
| login | manager |
And there are the following project types:
| Name |
| Standard Project |
And there is a role "manager"
And the role "manager" may have the following rights:
| view_work_packages |
And there is a project named "ecookbook" of type "Standard Project"
And I am working in project "ecookbook"
And the user "manager" is a "manager"
And I am logged in as "manager"
@javascript
Scenario: If we do ajax while being logged out a confirm dialog should open
When I go to the work packages index page of the project "ecookbook"
And I log out in the background
And I do some ajax
And I confirm popups
Then I should be on the login page