Skip to content

Commit

Permalink
test: new formatting for Pages - Error Page +Dashboard pages part) (#241
Browse files Browse the repository at this point in the history
)

# What ❔

- [x] Screenshots added
- [x] 404 pages fixed
- [x] remove labels (manual + automated in the same case)
- [x] remove labels (like ticket connection UEXP/ZKF)
- [x] remove labels (only Automated OR Partly manual)
- [x] Formatting is fixed 

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
  • Loading branch information
olehbairak authored Apr 16, 2024
1 parent e561eff commit 4f9db56
Show file tree
Hide file tree
Showing 37 changed files with 29 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['Artifacts', 'automated', 'Full test', 'main page', 'Smoke test', 'UEXP-4342', 'ZKF-2447', 'Active Partly Manual']
tags: ['Artifacts', 'Full test', 'main page', 'Smoke test', 'Active Partly Manual']
---

# id101 Dashboard - Pages - Artifacts (Latest Transactions)
Expand All @@ -17,3 +17,4 @@ tags: ['Artifacts', 'automated', 'Full test', 'main page', 'Smoke test', 'UEXP-4
- Status
- Transaction hash
- Age
![Screenshot](../../../../static/img/Pages/DashboardPage/id101_1.png)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['automated', 'Full test', 'main page', 'Navigation', 'Smoke test', 'ZKF-2447', 'Automated']
tags: ['automated', 'Full test', 'main page', 'Navigation', 'Smoke test','Automated']
---

# id234 Dashboard - Pages - Navigation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['Artifacts', 'automated', 'Full test', 'main page', 'Smoke test', 'ZKF-2447', 'Active Partly Manual']
tags: ['Artifacts', 'Full test', 'main page', 'Smoke test', 'Active Partly Manual']
---

# id273 Dashboard - Pages - Artifacts (Network stats) [Testnet]
Expand All @@ -20,3 +20,4 @@ tags: ['Artifacts', 'automated', 'Full test', 'main page', 'Smoke test', 'ZKF-24
- Number of blocks displayed under the title
- Transactions
- Number of txs displayed under the title
![Screenshot](../../../../static/img/Pages/DashboardPage/id273_1.png)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['Artifacts', 'automated', 'Full test', 'main page', 'Smoke test', 'UEXP-4354', 'ZKF-2447', 'Automated']
tags: ['Artifacts', 'Full test', 'main page', 'Smoke test', 'Automated']
---

# id274 Dashboard - Pages - Artifacts (Latest Batches)
Expand All @@ -21,3 +21,4 @@ tags: ['Artifacts', 'automated', 'Full test', 'main page', 'Smoke test', 'UEXP-4
- Batch
- Size
- Age
![Screenshot](../../../../static/img/Pages/DashboardPage/id274_1.png)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['Empty state', 'Full test', 'main page', 'Pages', 'regression', 'ZKF-2497', 'Active']
tags: ['Empty state', 'Full test', 'main page', 'Pages', 'regression', 'Active']
---

# id584 Dashboard - Pages - Verify empty state enabling (Latest Transactions)
Expand All @@ -16,4 +16,6 @@ tags: ['Empty state', 'Full test', 'main page', 'Pages', 'regression', 'ZKF-2497
## Scenario
- Simulate empty transactions request response
- Modify response file - set '\{"list":[],"total":0\}' as response
![Screenshot](../../../../static/img/Pages/DashboardPage/id584_1.png)
- Verify empty state shown for Latest Transactions
![Screenshot](../../../../static/img/Pages/DashboardPage/id584_2.png)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['Full test', 'Hover state', 'main page', 'manual', 'regression', 'ZKF-2694', 'Active']
tags: ['Full test', 'Hover state', 'main page', 'manual', 'regression', 'Active']
---

# id608 Dashboard - Pages - Verify hover state for 'Age' field
Expand All @@ -15,3 +15,5 @@ tags: ['Full test', 'Hover state', 'main page', 'manual', 'regression', 'ZKF-269
- Hover the cursor over "Age" field of any Batches raw
- Hover the cursor over "Age" field of any Latest Transactions raw
- Verify tooltip with timestamp shown on hover
![Screenshot](../../../../static/img/Pages/DashboardPage/id608_1.png)
![Screenshot](../../../../static/img/Pages/DashboardPage/id608_2.png)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['Artifacts', 'Full test', 'Mainnet', 'main page', 'Smoke test', 'ZKF-2656', 'Active']
tags: ['Artifacts', 'Full test', 'Mainnet', 'main page', 'Smoke test', 'Active']
---

# id676 Dashboard - Pages - Artifacts (Network stats) [Mainnet]
Expand All @@ -20,3 +20,4 @@ tags: ['Artifacts', 'Full test', 'Mainnet', 'main page', 'Smoke test', 'ZKF-2656
- Number of blocks displayed under the title
- Transactions
- Number of txs displayed under the title
![Screenshot](../../../../static/img/Pages/DashboardPage/id676_1.png)
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ tags: ['Artifacts', 'Common', 'Full test', 'main page', 'regression', 'Active']
- Open Dev Chrome Tools (F12)
- Open Elements tab
- Check that we have \<title\>Transactions, Blocks, Contracts and much more | zkSync Era Block Explorer\</title\>
![Screenshot](../../../../static/img/Pages/DashboardPage/id695_1.png)
- Check \<meta property="og:description" content="zkSync Era Block Explorer provides all the information to deep dive into transactions, blocks, contracts, and much more. Deep dive into zkSync Era and explore the network."\>
![Screenshot](../../../../static/img/Pages/DashboardPage/id695_2.png)
- Open new tab in the browser
- Hover mouse over the tab with opened environment (step 1)
- Check that we have correct description "Transactions, Blocks, Contracts and much more | zkSync Era Block Explorer"
![Screenshot](../../../../static/img/Pages/DashboardPage/id695_3.png)
- Check the description of the block explorer
- Title: zkSync Era Block Explorer
- Description: zkSync Era Block Explorer provides all the information to deep dive into transactions, blocks, contracts, and much more. Deep dive into zkSync Era and explore the network.
![Screenshot](../../../../static/img/Pages/DashboardPage/id695_4.png)

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ tags: ['Copying', 'Full test', 'main page', 'manual', 'Smoke test', 'Active']
## Scenario
- Click on "Age" field of 'Latest Batches' table item
- Timestamp copied on click
![Screenshot](../../../../static/img/Pages/DashboardPage/id792_1.png)
- Click on "Age" field of Latest transactions table item
- Timestamp copied on click
![Screenshot](../../../../static/img/Pages/DashboardPage/id792_2.png)
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ tags: ['Artifacts', 'Block', 'Error', 'Full test', 'main page', 'Pages', 'regres
- (e.g. block the block request in Dev Tools when loading "Block" page)
- Verify error message is present:
- "Block information is unavailable. Please reload the page.
![Screenshot](../../../../static/img/Pages/DashboardPage/id924_1.png)
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ tags: ['Artifacts', 'Error', 'Full test', 'main page', 'Pages', 'regression', 'T
- (e.g. block the block request in Dev Tools when loading "Block" page)
- Verify error message is present:
- "Transactions information is unavailable. Please reload the page.
![Screenshot](../../../../static/img/Pages/DashboardPage/id925_1.png)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['Artifacts', 'Error', 'Full test', 'Pages', 'regression', 'ZKF-2235', 'Active']
tags: ['Artifacts', 'Error', 'Full test', 'Pages', 'regression', 'Active']
---

# id372 Error page - Pages - Artifacts
Expand All @@ -16,3 +16,4 @@ tags: ['Artifacts', 'Error', 'Full test', 'Pages', 'regression', 'ZKF-2235', 'Ac
- Headline: Something went wrong
- Text: Unknown request, please try again, or go to the homepage.
- CTA: Homepage
![Screenshot](../../../../static/img/Pages/ErrorPage/id372_1.png)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: ['Error', 'Full test', 'Navigation', 'Pages', 'regression', 'ZKF-2235', 'Active']
tags: ['Error', 'Full test', 'Navigation', 'Pages', 'regression', 'Active']
---

# id373 Error page - Pages - Navigation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ tags: ['Error', 'Full test', 'Pages', 'regression', 'ZKF-2235', 'Active']
- Emulate an error when receiving the Block request
- (e.g. block the block request in Dev Tools when loading "Block" page)
- Verify "Something went wrong" error shown on Block's page
![Screenshot](../../../../static/img/Pages/ErrorPage/id374_1.png)
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ tags: ['Error', 'Full test', 'Pages', 'Smoke test', 'ZKF-2235', 'Active']
- Emulate an error when receiving the Tx request
- (e.g. block tx request in Dev Tools when loading "Transaction" page)
- Verify "Something went wrong" error shown on Transaction page
![Screenshot](../../../../static/img/Pages/ErrorPage/id375_1.png)
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ tags: ['Error', 'Full test', 'Pages', 'regression', 'ZKF-2235', 'Active']
- Emulate an error when receiving the address request
- (e.g. block address request in Dev Tools when loading "Address" page)
- Verify "Something went wrong" error shown on Address page
![Screenshot](../../../../static/img/Pages/ErrorPage/id376_1.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f9db56

Please sign in to comment.