@@ -88,23 +88,6 @@ Feature: Main Page
8888 | L2 Token address |
8989 | L1 Token address |
9090
91- @id381 @testnet @testnetSmokeSuite
92- Scenario Outline : Verify label "out" for Account info on Account page
93- When I go to page "/address/0xed7175341f123f7718aBaCF1702d6980CFc08784"
94- Then Element with "text" "out" should be "visible"
95-
96- @id380 @testnet @testnetSmokeSuite
97- Scenario : Verify label "in" for Account info on Account page
98- Given I go to page "/address/0xed7175341f123f7718aBaCF1702d6980CFc08784"
99- # When I click by text "Show more transactions ->"
100- Then Element with "text" "in" should be "visible"
101-
102- @id382 @testnet @testnetSmokeSuite
103- Scenario : Verify label "self" for Account info on Account page
104- Given I go to page "/address/0xed7175341f123f7718aBaCF1702d6980CFc08784"
105- # When I click by text "Show more transactions ->"
106- Then Element with "text" "self" should be "visible"
107-
10891 @id381 @mainnet
10992 Scenario Outline : Verify label "out" for Account info on Account page
11093 When I go to page "/address/0x9CE4Feb41669BbD3FAA50EbbB6ffF85FC5Dec16C"
@@ -142,7 +125,7 @@ Feature: Main Page
142125
143126 @id258 @testnet @testnetSmokeSuite
144127 Scenario Outline : Check data type dropdown for "<Row>" and select "<Value>"
145- Given I go to page "/tx/0x4dca9c536124e5e2b29af17d075c3e55d15f119acf5f3327c9fdb1a3ffeab427 "
128+ Given I go to page "/tx/0x784153820d71c4a25db5004cb5d7c34814f66c596ce72ff941643c0b09934571 "
146129 When I select "Logs" tab on "Transaction" page
147130 When I click on datatype dropdown of "<Row>" row
148131 When I click by text "<Value>"
@@ -178,26 +161,17 @@ Feature: Main Page
178161 | Data | Text |
179162 | Data | Address |
180163
181- @id587 @testnetSmokeSuite
182- Scenario : Check Processed status component for Transaction page
183- Given I go to the first Processed transaction link
184- Then Verify the badge with "Processed" status is visible
185- Then Verify the badge with "Sending" status is visible
186- Then Sending spinner should be visible
187- Then Element with "text" "Sending" should be "visible"
188- # Then Status component color with "Sending" status should be "grey"
189-
190164 @id588 @testnet @testnetSmokeSuite
191165 Scenario : Check Processed status component for Transaction page
192- Given I go to page "/tx/0x4dca9c536124e5e2b29af17d075c3e55d15f119acf5f3327c9fdb1a3ffeab427 "
166+ Given I go to page "/tx/0x784153820d71c4a25db5004cb5d7c34814f66c596ce72ff941643c0b09934571 "
193167 Then Verify the badge with "Processed" status is visible
194168 Then Verify the badge with "Executed" status is visible
195169 Then Element with "text" "Executed" should be "visible"
196170 # Then Status component color with "Executed" status should be "green"
197171
198172 @id589 @testnet @testnetSmokeSuite
199173 Scenario : Check Failed status component for Transaction page
200- Given I go to page "/tx/0xd5f436a8f6785ae6d4d21375c5f497e4d0350407582a584a867cd7e01efbbc15 "
174+ Given I go to page "/tx/0x4ca73e0bd9218eee881377dc75a88803f6c3333b15003a1371266c63d585b5de "
201175 Then Verify the badge with "Failed" status is visible
202176 Then Element with "text" "Failed" should be "visible"
203177 # Then Status component color with "failed" status should be "red"
0 commit comments