diff --git a/test/features/user_creation.feature b/test/features/user_creation.feature index dc703fa..fc664a2 100644 --- a/test/features/user_creation.feature +++ b/test/features/user_creation.feature @@ -23,7 +23,8 @@ Feature: User creation Scenario: Non logged-in user register to the site. Given "Unauthenticated" as the persona - When I go to register page + When I expand the browser height + And I go to register page Then I should see an element with xpath "//input[@name='fullname']" And I should see "Displayed name" When I fill in "name" with "publisher_user" diff --git a/test/features/users.feature b/test/features/users.feature index 89bf37c..3cccb5a 100644 --- a/test/features/users.feature +++ b/test/features/users.feature @@ -141,8 +141,8 @@ Feature: User APIs Scenario: Register user password must be 10 characters or longer and contain number, lowercase, capital, and symbol Given "Unauthenticated" as the persona - When I go to register page - And I expand the browser height + When I expand the browser height + And I go to register page And I fill in "name" with "name" And I fill in "fullname" with "fullname" And I fill in "email" with "email@test.com"