@@ -11,7 +11,7 @@ platformui:
11
11
contentactions :
12
12
paths : [ vendor/ezsystems/platform-ui-bundle/Features/ContentActions ]
13
13
contexts :
14
- - EzSystems\PlatformBehatBundle\Context\Object \BasicContentContext
14
+ - eZ\Bundle\EzPublishCoreBundle\Features\Context \BasicContentContext
15
15
- EzSystems\PlatformUIBundle\Features\Context\SubContext\BrowserContext
16
16
- EzSystems\PlatformUIBundle\Features\Context\SubContext\Authentication
17
17
- EzSystems\PlatformUIBundle\Features\Context\SubContext\DashboardContext
@@ -21,7 +21,7 @@ platformui:
21
21
role :
22
22
paths : [ vendor/ezsystems/platform-ui-bundle/Features/RoleUI ]
23
23
contexts :
24
- - EzSystems\PlatformBehatBundle\Context\Object \RoleContext
24
+ - eZ\Bundle\EzPublishCoreBundle\Features\Context \RoleContext
25
25
- EzSystems\PlatformUIBundle\Features\Context\SubContext\BrowserContext
26
26
- EzSystems\PlatformUIBundle\Features\Context\SubContext\Authentication
27
27
- EzSystems\PlatformUIBundle\Features\Context\SubContext\DashboardContext
@@ -30,7 +30,7 @@ platformui:
30
30
fieldtype_integer :
31
31
paths : [ vendor/ezsystems/platform-ui-bundle/Features/Stories/FieldTypes/IntegerFieldType.feature ]
32
32
contexts :
33
- - EzSystems\PlatformBehatBundle\Context\Object \FieldTypeContext
33
+ - eZ\Bundle\EzPublishCoreBundle\Features\Context \FieldTypeContext
34
34
- EzSystems\PlatformUIBundle\Features\Context\SubContext\BrowserContext
35
35
- EzSystems\PlatformUIBundle\Features\Context\SubContext\Authentication
36
36
- EzSystems\PlatformUIBundle\Features\Context\SubContext\DashboardContext
@@ -39,7 +39,7 @@ platformui:
39
39
user :
40
40
paths : [ vendor/ezsystems/platform-ui-bundle/Features/Users/users.feature ]
41
41
contexts :
42
- - EzSystems\PlatformBehatBundle\Context\Object \UserContext
42
+ - eZ\Bundle\EzPublishCoreBundle\Features\Context \UserContext
43
43
- EzSystems\PlatformUIBundle\Features\Context\SubContext\BrowserContext
44
44
- EzSystems\PlatformUIBundle\Features\Context\SubContext\Authentication
45
45
- EzSystems\PlatformUIBundle\Features\Context\SubContext\DashboardContext
0 commit comments