Skip to content

Commit

Permalink
fix: new one
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Apr 16, 2024
1 parent 0d5c03a commit 49c5447
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
tags: ['ABI', 'Contract', 'Error', 'Full test', 'Pages', 'regression', 'Active']
tags: ['ABI', 'Contract', 'Full test', 'Pages', 'regression', 'Active']
---

# id660 Contract page - Pages - test
# id660 Contract page - Pages - Verify "+" button for adding inputs for methods

## Description
- https://https://goerli.staging-scan-v2.zksync.dev/address/0xAED6e18d8fe6397fc622A17402e8EB350d6D6c45#contract
Expand All @@ -13,10 +13,6 @@ tags: ['ABI', 'Contract', 'Error', 'Full test', 'Pages', 'regression', 'Active']
## Scenario
- Open Contract's page
- Click on the "Contract" tab
- Verify Icon "+" is available for parameter if this parameter could accept several values.
- Click "+" button
- One more input for this parameter is added
- Enter incorrect input (e.g. text string in uint256 field)
- Click "Write" button
- Verify error message displayed for the field with incorrect input
![Screenshot](../../../../static/img/Pages/Contracts/id659_1.png)
- Verify "+" button shown only for writing methods which can receive an array as an input - value type has [] (e.g. uint 256[])
- Verify button "+" isn't available for parameter if this parameter could accept single value (e.g. uint256).
![Screenshot](../../../../static/img/Pages/Contracts/id660_1.png)

0 comments on commit 49c5447

Please sign in to comment.