Skip to content

Commit

Permalink
added newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszszopinski committed Jun 21, 2024
1 parent 7af674c commit 69d1ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skeleton/ibexa-ee/behat_suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ browser:
contexts:
- Ibexa\Behat\API\Context\TestContext
- Ibexa\AdminUi\Behat\BrowserContext\NavigationContext
- Ibexa\AdminUi\Behat\BrowserContext\AuthenticationContext
- Ibexa\AdminUi\Behat\BrowserContext\AuthenticationContext
2 changes: 1 addition & 1 deletion skeleton/ibexa-ee/features/browser/BasicLogin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Feature: An example test checking if user can login and if behat config is prope
Scenario: User can log in as admin user
Given I open Login page in admin SiteAccess
When I log in as admin with password publish
Then I should be on Dashboard page
Then I should be on Dashboard page
2 changes: 1 addition & 1 deletion skeleton/ibexa-oss/features/browser/BasicLogin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Feature: An example test checking if user can login and if behat config is prope
Scenario: User can log in as admin user
Given I open Login page in admin SiteAccess
When I log in as admin with password publish
Then I should be on Dashboard page
Then I should be on Dashboard page

0 comments on commit 69d1ac4

Please sign in to comment.