-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1008 from necyberteam/behat-11-14-2023
getting behat tests to pass
- Loading branch information
Showing
5 changed files
with
24 additions
and
22 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
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 |
---|---|---|
|
@@ -33,25 +33,25 @@ Scenario: Authenticated user tests the edit account page | |
Scenario: Authenticated user tests the add interest/skills page | ||
Given I am logged in with email "[email protected]" | ||
When I go to "/community-persona" | ||
Then I should not see "access-acount" | ||
Then I should not see "access-account" | ||
|
||
# toggle interest in "access-acount" | ||
# toggle interest in "access-account" | ||
When I go to "/community-persona/add-interest" | ||
Then I should see "Add Interest" | ||
When I click the element with selector "access-acount" | ||
When I click the element with selector "access-account" | ||
When I go to "/community-persona" | ||
Then I should see "access-acount" | ||
Then I should see "access-account" | ||
When I go to "/community-persona/add-interest" | ||
When I click the element with selector "access-acount" | ||
When I click the element with selector "access-account" | ||
When I go to "/community-persona" | ||
Then I should not see "access-acount" | ||
Then I should not see "access-account" | ||
|
||
# toggle skill with "access-acount" | ||
# toggle skill with "access-account" | ||
When I go to "/community-persona/add-skill" | ||
When I click the element with selector "access-acount" | ||
When I click the element with selector "access-account" | ||
When I go to "/community-persona" | ||
Then I should see "access-acount" | ||
Then I should see "access-account" | ||
When I go to "/community-persona/add-skill" | ||
When I click the element with selector "access-acount" | ||
When I click the element with selector "access-account" | ||
When I go to "/community-persona" | ||
Then I should not see "access-acount" | ||
Then I should not see "access-account" |
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