diff --git a/apps/remix-ide-e2e/src/tests/vyper_api.test.ts b/apps/remix-ide-e2e/src/tests/vyper_api.test.ts index 817b65cd14..90cf953c64 100644 --- a/apps/remix-ide-e2e/src/tests/vyper_api.test.ts +++ b/apps/remix-ide-e2e/src/tests/vyper_api.test.ts @@ -9,7 +9,7 @@ declare global { module.exports = { '@disabled': true, before: function (browser: NightwatchBrowser, done: VoidFunction) { - init(browser, done) + init(browser, done, 'http://localhost:8080') }, 'Should connect to vyper plugin #group1': function (browser: NightwatchBrowser) { @@ -60,7 +60,7 @@ module.exports = { browser.assert.ok(okVisible.value === true, 'ABI should be visible') } }) - + }, @@ -136,4 +136,4 @@ def _createPokemon(_name: String[32], _dna: uint256, _HP: uint256): matches: 0, wins: 0 }) - self.totalPokemonCount += 1` \ No newline at end of file + self.totalPokemonCount += 1`