10 lines
402 B
Gherkin
10 lines
402 B
Gherkin
Feature: Subscription with service bundle and place-scoped visibility
|
|
|
|
Background: Authorize as employer
|
|
When get access token
|
|
Then access token is valid
|
|
|
|
Scenario: Two places, bundle plan, subscription — user sees only services of their place
|
|
When prepare two places bundle tariff subscription and services
|
|
Then members and place services show only services for subscriber place
|