style: remove console
This commit is contained in:
parent
5ab13f6a88
commit
6b296ebf78
@ -18,7 +18,6 @@ export default class BlocksPage extends BasePage {
|
|||||||
private waitForBlocksResponse() {
|
private waitForBlocksResponse() {
|
||||||
const base = Cypress.env('VEGA_TENDERMINT_URL');
|
const base = Cypress.env('VEGA_TENDERMINT_URL');
|
||||||
const url = new URL('/tm/blockchain*', base).toString();
|
const url = new URL('/tm/blockchain*', base).toString();
|
||||||
console.log(url);
|
|
||||||
cy.intercept(url).as('blockChain');
|
cy.intercept(url).as('blockChain');
|
||||||
cy.wait('@blockChain');
|
cy.wait('@blockChain');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user