Fail loading file protractor - Failed: script timeout: result was not received in 11 seconds
- 阅读更多 关于 Fail loading file protractor - Failed: script timeout: result was not received in 11 seconds
问题 I got an error trying to execute a test to upload a file with protractor, my code is this one it('it should be possible to upload a file', function() { browser.get(buildUrl('')); popupEnvironment(); element(by.id("menu-transmission")).click(); element(by.id("menu-child-send-datafiles")).click(); expect(element(by.id("drop-zone")).isPresent()).toBeTruthy('the drag and drop zone should be present'); expect(element(by.id("drop-zone")).isDisplayed()).toBeTruthy('the drag and drop zone should be