mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 14:14:11 +01:00
11 lines
385 B
Gherkin
11 lines
385 B
Gherkin
Feature: Test itop
|
|
In order access the application, users must be able to log in
|
|
|
|
@pro @com
|
|
Scenario: config voit toutes les organisations
|
|
Given there is an iTop installed with the standard datamodel and sample data 'default'
|
|
And I login as "config/config"
|
|
And I have a valid user account 'config/config'
|
|
And I wait for 2 seconds
|
|
Then I follow "Déconnexion"
|