-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,10 @@ test.describe.configure({ mode: 'serial' }); | |
|
||
let addressApiUrl: string; | ||
|
||
test.beforeEach(async({ mockApiResponse }) => { | ||
test.beforeEach(async({ mockApiResponse, page }) => { | ||
await page.route('https://cdn.jsdelivr.net/npm/[email protected]/**', (route) => { | ||
route.abort(); | ||
}); | ||
addressApiUrl = await mockApiResponse('address', addressMock.contract, { pathParams: { hash: addressMock.contract.hash } }); | ||
}); | ||
|
||
|
Binary file modified
BIN
+1.15 KB
(100%)
...eenshots__/ContractCode.pw.tsx_dark-color-mode_full-view-mobile-dark-mode-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1003 Bytes
(100%)
...ct/__screenshots__/ContractCode.pw.tsx_default_full-view-mobile-dark-mode-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.14 KB
(100%)
...hots__/ContractCode.pw.tsx_default_verified-with-changed-byte-code-socket-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+138 Bytes
(100%)
..._screenshots__/ContractCode.pw.tsx_default_verified-with-multiple-sources-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.88 KB
(97%)
..._screenshots__/ContractCode.pw.tsx_default_verified-with-multiple-sources-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+549 Bytes
(100%)
..._screenshots__/ContractCode.pw.tsx_default_verified-with-multiple-sources-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+967 Bytes
(100%)
..._screenshots__/ContractCode.pw.tsx_default_with-audits-feature-has-audits-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.35 KB
(100%)
...__screenshots__/ContractCode.pw.tsx_default_with-audits-feature-no-audits-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.19 KB
(100%)
...act/__screenshots__/ContractCode.pw.tsx_mobile_full-view-mobile-dark-mode-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.