Skip to content

Commit

Permalink
test: fix text selection
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Dec 8, 2023
1 parent 2883115 commit 78d34ac
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,26 +144,26 @@ Feature: Main Page
When I select "Logs" tab on "Transaction" page
When I click on datatype dropdown of "<Row>" row
When I click by text "<Value>"
Then Check the element contains text "<Value>"
Then Check the element have the exact text "<Value>"

Examples:
| Row | Value |
| Topics | Hex |
| Topics | Number |
| Topics | Text |
| Topics | Addres |
| Topics | Address |
| Data | Hex |
| Data | Number |
| Data | Text |
| Data | Addres |
| Data | Address |

@id258 @mainnet
Scenario Outline: Check data type dropdown for "<Row>" and select "<Value>"
Given I go to page "/tx/0xc598db886275ce5d7900fbfb6797afb3231a117446d91eb0dd8cf69addf90779"
When I select "Logs" tab on "Transaction" page
When I click on datatype dropdown of "<Row>" row
When I click by text "<Value>"
Then Check the element contains text "<Value>"
Then Check the element have the exact text "<Value>"

Examples:
| Row | Value |
Expand Down

0 comments on commit 78d34ac

Please sign in to comment.