Skip to content

Commit

Permalink
[QOLDEV-982] widen test screen to avoid mobile layout problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Jan 16, 2025
1 parent 0e5960b commit 23b8af0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/features/user_creation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions test/features/users.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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 protected]"
Expand Down

0 comments on commit 23b8af0

Please sign in to comment.