Commit 68193e1b authored by tom's avatar tom

update screenshots

parent fb3e2135
...@@ -14,7 +14,7 @@ const API_URL_TOKEN_TRANSFERS_COUNT = buildApiUrl('token_instance_transfers_coun ...@@ -14,7 +14,7 @@ const API_URL_TOKEN_TRANSFERS_COUNT = buildApiUrl('token_instance_transfers_coun
hash: tokenInstanceMock.base.token.address, hash: tokenInstanceMock.base.token.address,
}); });
test('base view +@mobile +@dark-mode', async({ mount, page }) => { test('base view +@dark-mode', async({ mount, page }) => {
await page.route(API_URL_ADDRESS, (route) => route.fulfill({ await page.route(API_URL_ADDRESS, (route) => route.fulfill({
status: 200, status: 200,
body: JSON.stringify(addressMock.contract), body: JSON.stringify(addressMock.contract),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment