mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
remove faucet + target nile node
This commit is contained in:
parent
24b68baa24
commit
3b3c08f549
@ -1,31 +0,0 @@
|
|||||||
/// <reference types="Cypress" />
|
|
||||||
import Web3 from 'web3'
|
|
||||||
import HDWalletProvider from 'truffle-hdwallet-provider'
|
|
||||||
|
|
||||||
context('Faucet', () => {
|
|
||||||
before(() => {
|
|
||||||
cy.on('window:before:load', win => {
|
|
||||||
const provider = new HDWalletProvider(
|
|
||||||
'taxi music thumb unique chat sand crew more leg another off lamp',
|
|
||||||
'http://localhost:8545'
|
|
||||||
)
|
|
||||||
win.web3 = new Web3(provider)
|
|
||||||
win.ethereum = win.web3
|
|
||||||
})
|
|
||||||
|
|
||||||
cy.visit('http://localhost:3000/faucet')
|
|
||||||
// Wait for end of loading
|
|
||||||
cy.get('button', { timeout: 20000 }).should('have.length', 1)
|
|
||||||
})
|
|
||||||
|
|
||||||
it('Execute faucet call', () => {
|
|
||||||
// Execute call
|
|
||||||
cy.get('button')
|
|
||||||
.contains('Request Ether')
|
|
||||||
.click()
|
|
||||||
// Verify that we got response from server
|
|
||||||
cy.contains(/(Successfully added|Already requested)/, {
|
|
||||||
timeout: 60000
|
|
||||||
}).should('be.visible')
|
|
||||||
})
|
|
||||||
})
|
|
@ -7,7 +7,7 @@ context('Publish', () => {
|
|||||||
cy.on('window:before:load', win => {
|
cy.on('window:before:load', win => {
|
||||||
const provider = new HDWalletProvider(
|
const provider = new HDWalletProvider(
|
||||||
'taxi music thumb unique chat sand crew more leg another off lamp',
|
'taxi music thumb unique chat sand crew more leg another off lamp',
|
||||||
'http://localhost:8545'
|
'https://nile.dev-ocean.com'
|
||||||
)
|
)
|
||||||
win.web3 = new Web3(provider)
|
win.web3 = new Web3(provider)
|
||||||
win.ethereum = win.web3
|
win.ethereum = win.web3
|
||||||
|
@ -7,7 +7,7 @@ context('Search', () => {
|
|||||||
cy.on('window:before:load', win => {
|
cy.on('window:before:load', win => {
|
||||||
const provider = new HDWalletProvider(
|
const provider = new HDWalletProvider(
|
||||||
'taxi music thumb unique chat sand crew more leg another off lamp',
|
'taxi music thumb unique chat sand crew more leg another off lamp',
|
||||||
'http://localhost:8545'
|
'https://nile.dev-ocean.com'
|
||||||
)
|
)
|
||||||
win.web3 = new Web3(provider)
|
win.web3 = new Web3(provider)
|
||||||
win.ethereum = win.web3
|
win.ethereum = win.web3
|
||||||
|
Loading…
Reference in New Issue
Block a user