mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixing undefined step caused by change in behat-extensio module.
This commit is contained in:
parent
eaa390b1de
commit
cfc009964c
@ -6,7 +6,7 @@ Feature: Log in
|
|||||||
|
|
||||||
Scenario: Bad login
|
Scenario: Bad login
|
||||||
Given I log in with "bad@example.com" and "badpassword"
|
Given I log in with "bad@example.com" and "badpassword"
|
||||||
Then I will see a bad log-in message
|
Then I will see a "bad" log-in message
|
||||||
|
|
||||||
Scenario: Valid login
|
Scenario: Valid login
|
||||||
Given I am logged in with "ADMIN" permissions
|
Given I am logged in with "ADMIN" permissions
|
||||||
@ -17,4 +17,4 @@ Feature: Log in
|
|||||||
# disable automatic redirection so we can use the profiler
|
# disable automatic redirection so we can use the profiler
|
||||||
When I go to "/admin/" without redirection
|
When I go to "/admin/" without redirection
|
||||||
Then I should be redirected to "/Security/login"
|
Then I should be redirected to "/Security/login"
|
||||||
And I should see a log-in form
|
And I should see a log-in form
|
||||||
|
Loading…
Reference in New Issue
Block a user