This repository was archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
UI tests: Add Search asset / collectible user story #45
Copy link
Copy link
Closed
Labels
SquishTasks related to Squish framework but not necessarily related to tests implementationTasks related to Squish framework but not necessarily related to tests implementationUI testsend-to-end UI scenarios in automation frameworkend-to-end UI scenarios in automation framework
Milestone
Description
Description
Add into suite_communities/tst_communityPermissions the following user story:
Scenario Outline: Search for asset
Given the user clicks Who Holds add button
And Asset tab is selected by default
When <search criteria> for asset is entered to the search bar
Then <result> matching search criteria is displayed
Examples:
| Search criteria | Result |
| zrx | List of token(s) matching entered chars|
| ZRX | List of token(s) matching entered chars|
| a | List of token(s) matching entered chars|
| socks | List of token(s) matching entered chars|
Scenario Outline: Search for collectible
Given the user clicks Who Holds add button
And Collectibles tab is clicked
When <search criteria> for collectible is entered to the search bar
Then <result> matching search criteria is displayed
Examples:
| Search criteria | Result |
| CRYPTOKITTIES | List of token(s) matching entered chars|
| cryptokitties | List of token(s) matching entered chars|
| crypto | List of token(s) matching entered chars|
NOTE: Here the user story definition in Notion (4.6. Search)
Metadata
Metadata
Assignees
Labels
SquishTasks related to Squish framework but not necessarily related to tests implementationTasks related to Squish framework but not necessarily related to tests implementationUI testsend-to-end UI scenarios in automation frameworkend-to-end UI scenarios in automation framework