From 40bf5e3f8ecc6464cc7a73f430f1ca59e7d2408a Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 28 Feb 2022 13:31:09 +0100 Subject: [PATCH] editor test --- apps/remix-ide-e2e/src/tests/editor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/editor.test.ts b/apps/remix-ide-e2e/src/tests/editor.test.ts index 59c3211e79..53d2a22ab5 100644 --- a/apps/remix-ide-e2e/src/tests/editor.test.ts +++ b/apps/remix-ide-e2e/src/tests/editor.test.ts @@ -4,7 +4,7 @@ import { NightwatchBrowser } from 'nightwatch' import init from '../helpers/init' module.exports = { - + '@disabled': true, before: function (browser: NightwatchBrowser, done: VoidFunction) { init(browser, done, 'http://127.0.0.1:8080', true) },