Commit fb48986f authored by tom's avatar tom

delete mobile version for token

parent bab34c09
......@@ -44,7 +44,7 @@ test('contract +@mobile', async({ mount, page }) => {
await expect(component).toHaveScreenshot();
});
test('token +@mobile', async({ mount, page }) => {
test('token', async({ mount, page }) => {
await page.route(API_URL_ADDRESS, (route) => route.fulfill({
status: 200,
body: JSON.stringify(addressMock.token),
......
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