-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Behat] IBX-8416: Add basic behat feature to bundle generator
- Loading branch information
1 parent
3201996
commit 7af674c
Showing
8 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@IbexaHeadless @IbexaExperience @IbexaCommerce | ||
Feature: An example test checking if user can login and if behat config is proper. | ||
|
||
@javascript | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@IbexaOSS | ||
Feature: An example test checking if user can login and if behat config is proper. | ||
|
||
@javascript | ||
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 |