feat: fix logo dimensions and hide spaces#3
Merged
Conversation
Branch preview❌ Deploy failed! |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟡 | Statements | 78.51% | 20545/26169 |
| 🔴 | Branches | 57.33% | 5628/9817 |
| 🟡 | Functions | 63.98% | 2934/4586 |
| 🟡 | Lines | 79.99% | 18607/23261 |
Test suite run failed
Failed tests: 1/3395. Failed suites: 1/380.
● ReviewTransaction › should display a confirmation screen
expect(received).toMatchSnapshot()
Snapshot name: `ReviewTransaction should display a confirmation screen 1`
- Snapshot - 25
+ Received + 0
@@ -190,35 +190,10 @@
>
Cross-verify your transaction data with external tools like
<a
class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
- href="https://safeutils.openzeppelin.com"
- rel="noreferrer noopener"
- target="_blank"
- >
- <span
- class="MuiBox-root css-u9xrjn"
- >
- Safe Utils
- <svg
- aria-hidden="true"
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall external-link-icon css-tqxw8e-MuiSvgIcon-root"
- data-testid="OpenInNewRoundedIcon"
- focusable="false"
- viewBox="0 0 24 24"
- >
- <path
- d="M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1M14 4c0 .55.45 1 1 1h2.59l-9.13 9.13c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1"
- />
- </svg>
- </span>
- </a>
- and
-
- <a
- class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
href="https://transaction-decoder.pages.dev"
rel="noreferrer noopener"
target="_blank"
>
<span
84 | expect(container.querySelector('[data-testid="continue-sign-btn"]')).toBeInTheDocument()
85 | })
> 86 | expect(container).toMatchSnapshot()
| ^
87 | })
88 |
89 | it('should display an error screen', async () => {
at Object.toMatchSnapshot (src/components/tx/ReviewTransactionV2/__tests__/index.test.tsx:86:23)
Report generated by 🧪jest coverage report action from 3b972e9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What it solves
Resolves #
How this PR fixes it
How to test it
Screenshots
Checklist