scrolled down to line 27 in editor test

pull/1342/head
davidzagi93@gmail.com 3 years ago
parent d962552928
commit df9f28d85e
  1. 2
      apps/remix-ide-e2e/src/tests/editor.spec.ts

@ -34,8 +34,8 @@ module.exports = {
browser.waitForElementVisible('*[data-id="editorInput"]')
.waitForElementVisible('*[class="ace_content"]')
.click('*[class="ace_content"]')
.editorScroll('down', 27) // scroll down to line 27 and add the error word
.sendKeys('*[class="ace_text-input"]', 'error')
.pause(2000)
.waitForElementVisible('.ace_error', 120000)
.checkAnnotations('error', 28)
.clickLaunchIcon('udapp')

Loading…
Cancel
Save