mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix users scenario
This commit is contained in:
parent
699941a71d
commit
8f6c4360f1
1 changed files with 5 additions and 5 deletions
|
|
@ -6,11 +6,11 @@ Feature: Users management
|
|||
Background:
|
||||
Given I am logged in as administrator
|
||||
And there are following users:
|
||||
| username | enabled |
|
||||
| beth | no |
|
||||
| martha | yes |
|
||||
| rick | no |
|
||||
| dale | yes |
|
||||
| email | enabled |
|
||||
| beth@foo.com | no |
|
||||
| martha@foo.com | yes |
|
||||
| rick@foo.com | no |
|
||||
| dale@foo.com | yes |
|
||||
And the following zones are defined:
|
||||
| name | type | members |
|
||||
| Poland | country | Poland |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue