File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 69
69
"dama/doctrine-test-bundle" : " ^v6.7" ,
70
70
"ibexa/ci-scripts" : " ^0.2@dev" ,
71
71
"ibexa/behat" : " ~4.6.0@dev" ,
72
- "friendsofphp/php-cs-fixer" : " ^3.0 " ,
72
+ "friendsofphp/php-cs-fixer" : " ^3.30 " ,
73
73
"phpunit/phpunit" : " ^9.5" ,
74
74
"matthiasnoback/symfony-dependency-injection-test" : " ^4.0" ,
75
75
"ibexa/doctrine-schema" : " ~4.6.0@dev" ,
79
79
"ibexa/phpstan" : " ~4.6.x-dev" ,
80
80
"ibexa/test-rest" : " ^0.1.x-dev" ,
81
81
"ibexa/test-core" : " ^0.1.x-dev" ,
82
- "phpstan/phpstan" : " ^2.0 " ,
82
+ "phpstan/phpstan" : " ^2.1 " ,
83
83
"phpstan/phpstan-phpunit" : " ^2.0" ,
84
84
"phpstan/phpstan-symfony" : " ^2.0"
85
85
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "recipesEndpoint" : " " ,
3
+ "packages" : [
4
+ {
5
+ "requirement" : " dev-ibx-9519-behat-coverage-contenttree as 4.6.x-dev" ,
6
+ "repositoryUrl" : " https://github.com/ibexa/behat" ,
7
+ "package" : " ibexa/behat" ,
8
+ "shouldBeAddedAsVCS" : false
9
+ }
10
+ ]
11
+ }
Original file line number Diff line number Diff line change 1
1
@IbexaOSS @IbexaHeadless @IbexaCommerce @IbexaExperience @javascript
2
2
3
- @tree
4
3
Feature : Content tree basic operations
5
4
Scenario : Content tree can be displayed
6
- Given I am logged as admin
5
+ # Given I am logged as admin
6
+ Given I open Login page in admin SiteAccess
7
+ And I log in as admin with password publish
7
8
And I should be on Dashboard page
8
9
When I go to "Content structure" in Content tab
9
10
Then I verify Content tree visibility
You can’t perform that action at this time.
0 commit comments