-
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.
- Loading branch information
1 parent
6dd3cfc
commit 4d0ac59
Showing
1 changed file
with
11 additions
and
11 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
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" |