diff --git a/tests/behat/features/templates/homepage/homepage_edit-account-auth.feature b/tests/behat/features/templates/homepage/homepage_edit-account-auth.feature index 045851ed1..c18a42e75 100644 --- a/tests/behat/features/templates/homepage/homepage_edit-account-auth.feature +++ b/tests/behat/features/templates/homepage/homepage_edit-account-auth.feature @@ -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 "pecan@pie.org" 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"