From af85ba1ef324e3f125ea81ece2c035aff342803a Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Wed, 9 Dec 2020 17:29:24 +0530 Subject: [PATCH] uncommented tests --- apps/remix-ide-e2e/src/tests/editor.test.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/editor.test.ts b/apps/remix-ide-e2e/src/tests/editor.test.ts index 5e6b5496bf..37f69bf68e 100644 --- a/apps/remix-ide-e2e/src/tests/editor.test.ts +++ b/apps/remix-ide-e2e/src/tests/editor.test.ts @@ -31,14 +31,14 @@ module.exports = { .checkElementStyle('*[data-id="editorInput"]', 'font-size', '12px') }, - // 'Should display compile error in editor': function (browser: NightwatchBrowser) { - // browser.waitForElementVisible('*[data-id="editorInput"]') - // .waitForElementVisible('*[class="ace_content"]') - // .click('*[class="ace_content"]') - // .sendKeys('*[class="ace_text-input"]', 'error') - // .pause(2000) - // .waitForElementVisible('.ace_error') - // }, + 'Should display compile error in editor': function (browser: NightwatchBrowser) { + browser.waitForElementVisible('*[data-id="editorInput"]') + .waitForElementVisible('*[class="ace_content"]') + .click('*[class="ace_content"]') + .sendKeys('*[class="ace_text-input"]', 'error') + .pause(2000) + .waitForElementVisible('.ace_error') + }, 'Should minimize and maximize codeblock in editor': function (browser: NightwatchBrowser) { browser.waitForElementVisible('*[data-id="editorInput"]')