Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit ccdc0dd

Browse files
committed
remove redundant smoke test
1 parent fdfcef4 commit ccdc0dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

react/e2e/test/basic.test.js

-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@ describe('Launchpad', () => {
1212
await expect(page.title()).resolves.toMatch('Launchpad')
1313
})
1414

15-
it ('should contain a link to the mantle-demo', async () => {
16-
const link = await page.click(".App-link")
17-
expect(link).toMatch(/github\.com\/appliedblockchain\/launchpad/)
18-
})
19-
2015
})

0 commit comments

Comments
 (0)