-
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 #1254 from necyberteam/md-dev
Md dev
- Loading branch information
Showing
37 changed files
with
4,610 additions
and
74 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -36,25 +36,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-account" | ||
Then I should not see "ACCESS-account" | ||
|
||
# toggle interest in "access-account" | ||
# 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-account" | ||
When I click the element with selector "ACCESS-account" | ||
When I go to "/community-persona" | ||
Then I should see "access-account" | ||
Then I should see "ACCESS-account" | ||
When I go to "/community-persona/add-interest" | ||
When I click the element with selector "access-account" | ||
When I click the element with selector "ACCESS-account" | ||
When I go to "/community-persona" | ||
Then I should not see "access-account" | ||
Then I should not see "ACCESS-account" | ||
|
||
# toggle skill with "access-account" | ||
# toggle skill with "ACCESS-account" | ||
When I go to "/community-persona/add-skill" | ||
When I click the element with selector "access-account" | ||
When I click the element with selector "ACCESS-account" | ||
When I go to "/community-persona" | ||
Then I should see "access-account" | ||
Then I should see "ACCESS-account" | ||
When I go to "/community-persona/add-skill" | ||
When I click the element with selector "access-account" | ||
When I click the element with selector "ACCESS-account" | ||
When I go to "/community-persona" | ||
Then I should not see "access-account" | ||
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
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
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
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
Oops, something went wrong.