Skip to content

Commit

Permalink
Lowercase tag name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pasquale committed Oct 25, 2024
1 parent 6dd3cfc commit 4d0ac59
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4d0ac59

Please sign in to comment.