Skip to content

Commit

Permalink
fix: add proper testId names
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga-txfusion committed Jan 27, 2025
1 parent e3844d6 commit 48d91e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ Feature: Main Page
| Selector type | Element | Assertion |
| id | contractAddress | visible |
| id | contractName | visible |
| testId | radio-buttons | visible |
| testId.optimizationRadioButtons | radio-buttons | visible |
| testId.enableEraVMExtensionsRadioButtons | radio-buttons | visible |
| id | compilerVersion | visible |
| id | zkCompilerVersion | visible |
| id | sourceCode | visible |
Expand Down

0 comments on commit 48d91e3

Please sign in to comment.