uncommented tests

sl
aniket-engg 4 years ago committed by Aniket
parent fe7357e11c
commit c8c875206b
  1. 16
      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"]')

Loading…
Cancel
Save