Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias committed Apr 28, 2019
1 parent 32d311e commit 334e8f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/navigation.test.js
Expand Up @@ -13,10 +13,6 @@ it('Navigation test: node not running', async () => {
const page = (await browser.pages())[0]
await page.goto(appUrl)
await page.waitForFunction(`document.title === 'Welcome to IPFS'`, { timeout: 8000 })

// No settings tab if IPFS is not available.
const settingsLink = await page.$('nav a[href="#/settings"]')
expect(settingsLink).toBeNull()
}, ms.minutes(1))

it('Navigation test: node running', async () => {
Expand Down

0 comments on commit 334e8f0

Please sign in to comment.